Shades of Medium Orchid #B152DC
Tints of Medium Orchid #B152DC
RGB
CMYK
RGB Variations
Color information
#B152DC (or 0xB152DC) is known color: Medium Orchid. HEX triplet: B1, 52 and DC. RGB value is (177,82,220). Sum of RGB (Red+Green+Blue) = 177+82+220=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B152DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152DC is #4EAD23. Grayscale: #7D7D7D. Windows color (decimal): -5156132 or 14439089. OLE color: 14439089.
HSL color Cylindrical-coordinate representation of color #B152DC: hue angle of 281.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B152DC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 82 | 220 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.14 |
| HSL | 281.3º | 0.66% | 0.59% | - |
| HSV(B) | 281.3º | 0.63% | 0.86% | - |
| XYZ | 34.07 | 20.55 | 69.88 | - |
| YUV | 126.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 220 | 0.20 | 0.63 | 0 | 0.14 | 281.3 | 0.66 | 0.59 |
| Hex | B1 | 52 | DC | 14 | 3F | 0 | E | 119 | 42 | 3B |
| Octal | 261 | 122 | 334 | 24 | 77 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10110001 | 1010010 | 11011100 | 10100 | 111111 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #B152DC
Complementary color
Monochromatic Colors of #B152DC
Black with #B152DC
Text Example
Text Example
White with #B152DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152DC; }
p { color: rgb(177,82,220); }
H1.HeaderClassName
{
color: #B152DC;
}
.AnyTagClassName
{
color: #B152DC;
}
</style>
background-color css
<style>
a { background-color: #B152DC; }
a { background-color: rgb(177,82,220); }
div.DivClassName
{
background-color: #B152DC;
}
.BgClassName
{
background-color: #B152DC;
}
</style>
border-color css
<style>
span { border-color: #B152DC; }
span { border-color: rgb(177,82,220); }
td.TdClassName
{
border-color: #B152DC;
}
.TagClassName
{
border-color: #B152DC;
}
</style>