Shades of Medium Orchid #B067CF
Tints of Medium Orchid #B067CF
RGB
CMYK
RGB Variations
Color information
#B067CF (or 0xB067CF) is known color: Medium Orchid. HEX triplet: B0, 67 and CF. RGB value is (176,103,207). Sum of RGB (Red+Green+Blue) = 176+103+207=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #B067CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CF is #4F9830. Grayscale: #888888. Windows color (decimal): -5216305 or 13592496. OLE color: 13592496.
HSL color Cylindrical-coordinate representation of color #B067CF: hue angle of 282.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B067CF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 103 | 207 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 282.12º | 0.52% | 0.61% | - |
| HSV(B) | 282.12º | 0.5% | 0.81% | - |
| XYZ | 34.02 | 23.44 | 61.76 | - |
| YUV | 136.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 207 | 0.15 | 0.50 | 0 | 0.19 | 282.12 | 0.52 | 0.61 |
| Hex | B0 | 67 | CF | F | 32 | 0 | 13 | 11A | 34 | 3D |
| Octal | 260 | 147 | 317 | 17 | 62 | 0 | 23 | 432 | 64 | 75 |
| Binary | 10110000 | 1100111 | 11001111 | 1111 | 110010 | 0 | 10011 | 100011010 | 110100 | 111101 |
Color Harmonies of #B067CF
Complementary color
Monochromatic Colors of #B067CF
Black with #B067CF
Text Example
Text Example
White with #B067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067CF; }
p { color: rgb(176,103,207); }
H1.HeaderClassName
{
color: #B067CF;
}
.AnyTagClassName
{
color: #B067CF;
}
</style>
background-color css
<style>
a { background-color: #B067CF; }
a { background-color: rgb(176,103,207); }
div.DivClassName
{
background-color: #B067CF;
}
.BgClassName
{
background-color: #B067CF;
}
</style>
border-color css
<style>
span { border-color: #B067CF; }
span { border-color: rgb(176,103,207); }
td.TdClassName
{
border-color: #B067CF;
}
.TagClassName
{
border-color: #B067CF;
}
</style>