Shades of Medium Orchid #B965CF
Tints of Medium Orchid #B965CF
RGB
CMYK
RGB Variations
Color information
#B965CF (or 0xB965CF) is known color: Medium Orchid. HEX triplet: B9, 65 and CF. RGB value is (185,101,207). Sum of RGB (Red+Green+Blue) = 185+101+207=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B965CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965CF is #469A30. Grayscale: #898989. Windows color (decimal): -4626993 or 13591993. OLE color: 13591993.
HSL color Cylindrical-coordinate representation of color #B965CF: hue angle of 287.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B965CF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 101 | 207 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.19 |
| HSL | 287.55º | 0.52% | 0.6% | - |
| HSV(B) | 287.55º | 0.51% | 0.81% | - |
| XYZ | 35.92 | 24.13 | 61.8 | - |
| YUV | 138.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 207 | 0.11 | 0.51 | 0 | 0.19 | 287.55 | 0.52 | 0.6 |
| Hex | B9 | 65 | CF | B | 33 | 0 | 13 | 120 | 34 | 3C |
| Octal | 271 | 145 | 317 | 13 | 63 | 0 | 23 | 440 | 64 | 74 |
| Binary | 10111001 | 1100101 | 11001111 | 1011 | 110011 | 0 | 10011 | 100100000 | 110100 | 111100 |
Color Harmonies of #B965CF
Complementary color
Monochromatic Colors of #B965CF
Black with #B965CF
Text Example
Text Example
White with #B965CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965CF; }
p { color: rgb(185,101,207); }
H1.HeaderClassName
{
color: #B965CF;
}
.AnyTagClassName
{
color: #B965CF;
}
</style>
background-color css
<style>
a { background-color: #B965CF; }
a { background-color: rgb(185,101,207); }
div.DivClassName
{
background-color: #B965CF;
}
.BgClassName
{
background-color: #B965CF;
}
</style>
border-color css
<style>
span { border-color: #B965CF; }
span { border-color: rgb(185,101,207); }
td.TdClassName
{
border-color: #B965CF;
}
.TagClassName
{
border-color: #B965CF;
}
</style>