Shades of Medium Orchid #B965CC
Tints of Medium Orchid #B965CC
RGB
CMYK
RGB Variations
Color information
#B965CC (or 0xB965CC) is known color: Medium Orchid. HEX triplet: B9, 65 and CC. RGB value is (185,101,204). Sum of RGB (Red+Green+Blue) = 185+101+204=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B965CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965CC is #469A33. Grayscale: #898989. Windows color (decimal): -4626996 or 13395385. OLE color: 13395385.
HSL color Cylindrical-coordinate representation of color #B965CC: hue angle of 288.93º 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 #B965CC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 101 | 204 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.2 |
| HSL | 288.93º | 0.5% | 0.6% | - |
| HSV(B) | 288.93º | 0.5% | 0.8% | - |
| XYZ | 35.56 | 23.98 | 59.88 | - |
| YUV | 137.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 204 | 0.09 | 0.50 | 0 | 0.2 | 288.93 | 0.5 | 0.6 |
| Hex | B9 | 65 | CC | 9 | 32 | 0 | 14 | 121 | 32 | 3C |
| Octal | 271 | 145 | 314 | 11 | 62 | 0 | 24 | 441 | 62 | 74 |
| Binary | 10111001 | 1100101 | 11001100 | 1001 | 110010 | 0 | 10100 | 100100001 | 110010 | 111100 |
Color Harmonies of #B965CC
Complementary color
Monochromatic Colors of #B965CC
Black with #B965CC
Text Example
Text Example
White with #B965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965CC; }
p { color: rgb(185,101,204); }
H1.HeaderClassName
{
color: #B965CC;
}
.AnyTagClassName
{
color: #B965CC;
}
</style>
background-color css
<style>
a { background-color: #B965CC; }
a { background-color: rgb(185,101,204); }
div.DivClassName
{
background-color: #B965CC;
}
.BgClassName
{
background-color: #B965CC;
}
</style>
border-color css
<style>
span { border-color: #B965CC; }
span { border-color: rgb(185,101,204); }
td.TdClassName
{
border-color: #B965CC;
}
.TagClassName
{
border-color: #B965CC;
}
</style>