Shades of Medium Orchid #B064CF
Tints of Medium Orchid #B064CF
RGB
CMYK
RGB Variations
Color information
#B064CF (or 0xB064CF) is known color: Medium Orchid. HEX triplet: B0, 64 and CF. RGB value is (176,100,207). Sum of RGB (Red+Green+Blue) = 176+100+207=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B064CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064CF is #4F9B30. Grayscale: #868686. Windows color (decimal): -5217073 or 13591728. OLE color: 13591728.
HSL color Cylindrical-coordinate representation of color #B064CF: hue angle of 282.62º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B064CF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 100 | 207 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.19 |
| HSL | 282.62º | 0.53% | 0.6% | - |
| HSV(B) | 282.62º | 0.52% | 0.81% | - |
| XYZ | 33.72 | 22.85 | 61.66 | - |
| YUV | 134.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 207 | 0.15 | 0.52 | 0 | 0.19 | 282.62 | 0.53 | 0.6 |
| Hex | B0 | 64 | CF | F | 34 | 0 | 13 | 11B | 35 | 3C |
| Octal | 260 | 144 | 317 | 17 | 64 | 0 | 23 | 433 | 65 | 74 |
| Binary | 10110000 | 1100100 | 11001111 | 1111 | 110100 | 0 | 10011 | 100011011 | 110101 | 111100 |
Color Harmonies of #B064CF
Complementary color
Monochromatic Colors of #B064CF
Black with #B064CF
Text Example
Text Example
White with #B064CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064CF; }
p { color: rgb(176,100,207); }
H1.HeaderClassName
{
color: #B064CF;
}
.AnyTagClassName
{
color: #B064CF;
}
</style>
background-color css
<style>
a { background-color: #B064CF; }
a { background-color: rgb(176,100,207); }
div.DivClassName
{
background-color: #B064CF;
}
.BgClassName
{
background-color: #B064CF;
}
</style>
border-color css
<style>
span { border-color: #B064CF; }
span { border-color: rgb(176,100,207); }
td.TdClassName
{
border-color: #B064CF;
}
.TagClassName
{
border-color: #B064CF;
}
</style>