Shades of Medium Orchid #B945CC
Tints of Medium Orchid #B945CC
RGB
CMYK
RGB Variations
Color information
#B945CC (or 0xB945CC) is known color: Medium Orchid. HEX triplet: B9, 45 and CC. RGB value is (185,69,204). Sum of RGB (Red+Green+Blue) = 185+69+204=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B945CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945CC is #46BA33. Grayscale: #767676. Windows color (decimal): -4635188 or 13387193. OLE color: 13387193.
HSL color Cylindrical-coordinate representation of color #B945CC: hue angle of 291.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B945CC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 69 | 204 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.2 |
| HSL | 291.56º | 0.57% | 0.54% | - |
| HSV(B) | 291.56º | 0.66% | 0.8% | - |
| XYZ | 33.03 | 18.93 | 59.04 | - |
| YUV | 119.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 204 | 0.09 | 0.66 | 0 | 0.2 | 291.56 | 0.57 | 0.54 |
| Hex | B9 | 45 | CC | 9 | 42 | 0 | 14 | 124 | 39 | 36 |
| Octal | 271 | 105 | 314 | 11 | 102 | 0 | 24 | 444 | 71 | 66 |
| Binary | 10111001 | 1000101 | 11001100 | 1001 | 1000010 | 0 | 10100 | 100100100 | 111001 | 110110 |
Color Harmonies of #B945CC
Complementary color
Monochromatic Colors of #B945CC
Black with #B945CC
Text Example
Text Example
White with #B945CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945CC; }
p { color: rgb(185,69,204); }
H1.HeaderClassName
{
color: #B945CC;
}
.AnyTagClassName
{
color: #B945CC;
}
</style>
background-color css
<style>
a { background-color: #B945CC; }
a { background-color: rgb(185,69,204); }
div.DivClassName
{
background-color: #B945CC;
}
.BgClassName
{
background-color: #B945CC;
}
</style>
border-color css
<style>
span { border-color: #B945CC; }
span { border-color: rgb(185,69,204); }
td.TdClassName
{
border-color: #B945CC;
}
.TagClassName
{
border-color: #B945CC;
}
</style>