Shades of Medium Orchid #B05BCC
Tints of Medium Orchid #B05BCC
RGB
CMYK
RGB Variations
Color information
#B05BCC (or 0xB05BCC) is known color: Medium Orchid. HEX triplet: B0, 5B and CC. RGB value is (176,91,204). Sum of RGB (Red+Green+Blue) = 176+91+204=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #B05BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BCC is #4FA433. Grayscale: #808080. Windows color (decimal): -5219380 or 13392816. OLE color: 13392816.
HSL color Cylindrical-coordinate representation of color #B05BCC: hue angle of 285.13º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05BCC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 91 | 204 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.2 |
| HSL | 285.13º | 0.53% | 0.58% | - |
| HSV(B) | 285.13º | 0.55% | 0.8% | - |
| XYZ | 32.54 | 21.07 | 59.48 | - |
| YUV | 129.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 204 | 0.14 | 0.55 | 0 | 0.2 | 285.13 | 0.53 | 0.58 |
| Hex | B0 | 5B | CC | E | 37 | 0 | 14 | 11D | 35 | 3A |
| Octal | 260 | 133 | 314 | 16 | 67 | 0 | 24 | 435 | 65 | 72 |
| Binary | 10110000 | 1011011 | 11001100 | 1110 | 110111 | 0 | 10100 | 100011101 | 110101 | 111010 |
Color Harmonies of #B05BCC
Complementary color
Monochromatic Colors of #B05BCC
Black with #B05BCC
Text Example
Text Example
White with #B05BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BCC; }
p { color: rgb(176,91,204); }
H1.HeaderClassName
{
color: #B05BCC;
}
.AnyTagClassName
{
color: #B05BCC;
}
</style>
background-color css
<style>
a { background-color: #B05BCC; }
a { background-color: rgb(176,91,204); }
div.DivClassName
{
background-color: #B05BCC;
}
.BgClassName
{
background-color: #B05BCC;
}
</style>
border-color css
<style>
span { border-color: #B05BCC; }
span { border-color: rgb(176,91,204); }
td.TdClassName
{
border-color: #B05BCC;
}
.TagClassName
{
border-color: #B05BCC;
}
</style>