Shades of Medium Orchid #B967CF
Tints of Medium Orchid #B967CF
RGB
CMYK
RGB Variations
Color information
#B967CF (or 0xB967CF) is known color: Medium Orchid. HEX triplet: B9, 67 and CF. RGB value is (185,103,207). Sum of RGB (Red+Green+Blue) = 185+103+207=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B967CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967CF is #469830. Grayscale: #8B8B8B. Windows color (decimal): -4626481 or 13592505. OLE color: 13592505.
HSL color Cylindrical-coordinate representation of color #B967CF: hue angle of 287.31º 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 #B967CF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 103 | 207 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.19 |
| HSL | 287.31º | 0.52% | 0.61% | - |
| HSV(B) | 287.31º | 0.5% | 0.81% | - |
| XYZ | 36.12 | 24.52 | 61.86 | - |
| YUV | 139.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 207 | 0.11 | 0.50 | 0 | 0.19 | 287.31 | 0.52 | 0.61 |
| Hex | B9 | 67 | CF | B | 32 | 0 | 13 | 11F | 34 | 3D |
| Octal | 271 | 147 | 317 | 13 | 62 | 0 | 23 | 437 | 64 | 75 |
| Binary | 10111001 | 1100111 | 11001111 | 1011 | 110010 | 0 | 10011 | 100011111 | 110100 | 111101 |
Color Harmonies of #B967CF
Complementary color
Monochromatic Colors of #B967CF
Black with #B967CF
Text Example
Text Example
White with #B967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967CF; }
p { color: rgb(185,103,207); }
H1.HeaderClassName
{
color: #B967CF;
}
.AnyTagClassName
{
color: #B967CF;
}
</style>
background-color css
<style>
a { background-color: #B967CF; }
a { background-color: rgb(185,103,207); }
div.DivClassName
{
background-color: #B967CF;
}
.BgClassName
{
background-color: #B967CF;
}
</style>
border-color css
<style>
span { border-color: #B967CF; }
span { border-color: rgb(185,103,207); }
td.TdClassName
{
border-color: #B967CF;
}
.TagClassName
{
border-color: #B967CF;
}
</style>