Shades of Medium Orchid #B934CC
Tints of Medium Orchid #B934CC
RGB
CMYK
RGB Variations
Color information
#B934CC (or 0xB934CC) is known color: Medium Orchid. HEX triplet: B9, 34 and CC. RGB value is (185,52,204). Sum of RGB (Red+Green+Blue) = 185+52+204=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #B934CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CC is #46CB33. Grayscale: #6C6C6C. Windows color (decimal): -4639540 or 13382841. OLE color: 13382841.
HSL color Cylindrical-coordinate representation of color #B934CC: hue angle of 292.5º 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 #B934CC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 52 | 204 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.2 |
| HSL | 292.5º | 0.6% | 0.5% | - |
| HSV(B) | 292.5º | 0.75% | 0.8% | - |
| XYZ | 32.13 | 17.13 | 58.74 | - |
| YUV | 109.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 204 | 0.09 | 0.75 | 0 | 0.2 | 292.5 | 0.6 | 0.5 |
| Hex | B9 | 34 | CC | 9 | 4B | 0 | 14 | 124 | 3C | 32 |
| Octal | 271 | 64 | 314 | 11 | 113 | 0 | 24 | 444 | 74 | 62 |
| Binary | 10111001 | 110100 | 11001100 | 1001 | 1001011 | 0 | 10100 | 100100100 | 111100 | 110010 |
Color Harmonies of #B934CC
Complementary color
Monochromatic Colors of #B934CC
Black with #B934CC
Text Example
Text Example
White with #B934CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934CC; }
p { color: rgb(185,52,204); }
H1.HeaderClassName
{
color: #B934CC;
}
.AnyTagClassName
{
color: #B934CC;
}
</style>
background-color css
<style>
a { background-color: #B934CC; }
a { background-color: rgb(185,52,204); }
div.DivClassName
{
background-color: #B934CC;
}
.BgClassName
{
background-color: #B934CC;
}
</style>
border-color css
<style>
span { border-color: #B934CC; }
span { border-color: rgb(185,52,204); }
td.TdClassName
{
border-color: #B934CC;
}
.TagClassName
{
border-color: #B934CC;
}
</style>