Shades of Medium Orchid #B067CC
Tints of Medium Orchid #B067CC
RGB
CMYK
RGB Variations
Color information
#B067CC (or 0xB067CC) is known color: Medium Orchid. HEX triplet: B0, 67 and CC. RGB value is (176,103,204). Sum of RGB (Red+Green+Blue) = 176+103+204=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B067CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CC is #4F9833. Grayscale: #888888. Windows color (decimal): -5216308 or 13395888. OLE color: 13395888.
HSL color Cylindrical-coordinate representation of color #B067CC: hue angle of 283.37º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B067CC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 103 | 204 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.2 |
| HSL | 283.37º | 0.5% | 0.6% | - |
| HSV(B) | 283.37º | 0.5% | 0.8% | - |
| XYZ | 33.65 | 23.29 | 59.85 | - |
| YUV | 136.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 204 | 0.14 | 0.50 | 0 | 0.2 | 283.37 | 0.5 | 0.6 |
| Hex | B0 | 67 | CC | E | 32 | 0 | 14 | 11B | 32 | 3C |
| Octal | 260 | 147 | 314 | 16 | 62 | 0 | 24 | 433 | 62 | 74 |
| Binary | 10110000 | 1100111 | 11001100 | 1110 | 110010 | 0 | 10100 | 100011011 | 110010 | 111100 |
Color Harmonies of #B067CC
Complementary color
Monochromatic Colors of #B067CC
Black with #B067CC
Text Example
Text Example
White with #B067CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067CC; }
p { color: rgb(176,103,204); }
H1.HeaderClassName
{
color: #B067CC;
}
.AnyTagClassName
{
color: #B067CC;
}
</style>
background-color css
<style>
a { background-color: #B067CC; }
a { background-color: rgb(176,103,204); }
div.DivClassName
{
background-color: #B067CC;
}
.BgClassName
{
background-color: #B067CC;
}
</style>
border-color css
<style>
span { border-color: #B067CC; }
span { border-color: rgb(176,103,204); }
td.TdClassName
{
border-color: #B067CC;
}
.TagClassName
{
border-color: #B067CC;
}
</style>