Shades of Medium Orchid #B933CC
Tints of Medium Orchid #B933CC
RGB
CMYK
RGB Variations
Color information
#B933CC (or 0xB933CC) is known color: Medium Orchid. HEX triplet: B9, 33 and CC. RGB value is (185,51,204). Sum of RGB (Red+Green+Blue) = 185+51+204=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B933CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933CC is #46CC33. Grayscale: #6C6C6C. Windows color (decimal): -4639796 or 13382585. OLE color: 13382585.
HSL color Cylindrical-coordinate representation of color #B933CC: hue angle of 292.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B933CC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 51 | 204 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.2 |
| HSL | 292.55º | 0.6% | 0.5% | - |
| HSV(B) | 292.55º | 0.75% | 0.8% | - |
| XYZ | 32.09 | 17.04 | 58.72 | - |
| YUV | 108.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 204 | 0.09 | 0.75 | 0 | 0.2 | 292.55 | 0.6 | 0.5 |
| Hex | B9 | 33 | CC | 9 | 4B | 0 | 14 | 125 | 3C | 32 |
| Octal | 271 | 63 | 314 | 11 | 113 | 0 | 24 | 445 | 74 | 62 |
| Binary | 10111001 | 110011 | 11001100 | 1001 | 1001011 | 0 | 10100 | 100100101 | 111100 | 110010 |
Color Harmonies of #B933CC
Complementary color
Monochromatic Colors of #B933CC
Black with #B933CC
Text Example
Text Example
White with #B933CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B933CC; }
p { color: rgb(185,51,204); }
H1.HeaderClassName
{
color: #B933CC;
}
.AnyTagClassName
{
color: #B933CC;
}
</style>
background-color css
<style>
a { background-color: #B933CC; }
a { background-color: rgb(185,51,204); }
div.DivClassName
{
background-color: #B933CC;
}
.BgClassName
{
background-color: #B933CC;
}
</style>
border-color css
<style>
span { border-color: #B933CC; }
span { border-color: rgb(185,51,204); }
td.TdClassName
{
border-color: #B933CC;
}
.TagClassName
{
border-color: #B933CC;
}
</style>