Shades of Medium Orchid #B942CC
Tints of Medium Orchid #B942CC
RGB
CMYK
RGB Variations
Color information
#B942CC (or 0xB942CC) is known color: Medium Orchid. HEX triplet: B9, 42 and CC. RGB value is (185,66,204). Sum of RGB (Red+Green+Blue) = 185+66+204=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B942CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CC is #46BD33. Grayscale: #747474. Windows color (decimal): -4635956 or 13386425. OLE color: 13386425.
HSL color Cylindrical-coordinate representation of color #B942CC: hue angle of 291.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B942CC is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 66 | 204 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.2 |
| HSL | 291.74º | 0.58% | 0.53% | - |
| HSV(B) | 291.74º | 0.68% | 0.8% | - |
| XYZ | 32.85 | 18.57 | 58.98 | - |
| YUV | 117.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 204 | 0.09 | 0.68 | 0 | 0.2 | 291.74 | 0.58 | 0.53 |
| Hex | B9 | 42 | CC | 9 | 44 | 0 | 14 | 124 | 3A | 35 |
| Octal | 271 | 102 | 314 | 11 | 104 | 0 | 24 | 444 | 72 | 65 |
| Binary | 10111001 | 1000010 | 11001100 | 1001 | 1000100 | 0 | 10100 | 100100100 | 111010 | 110101 |
Color Harmonies of #B942CC
Complementary color
Monochromatic Colors of #B942CC
Black with #B942CC
Text Example
Text Example
White with #B942CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942CC; }
p { color: rgb(185,66,204); }
H1.HeaderClassName
{
color: #B942CC;
}
.AnyTagClassName
{
color: #B942CC;
}
</style>
background-color css
<style>
a { background-color: #B942CC; }
a { background-color: rgb(185,66,204); }
div.DivClassName
{
background-color: #B942CC;
}
.BgClassName
{
background-color: #B942CC;
}
</style>
border-color css
<style>
span { border-color: #B942CC; }
span { border-color: rgb(185,66,204); }
td.TdClassName
{
border-color: #B942CC;
}
.TagClassName
{
border-color: #B942CC;
}
</style>