Shades of Medium Orchid #B935CB
Tints of Medium Orchid #B935CB
RGB
CMYK
RGB Variations
Color information
#B935CB (or 0xB935CB) is known color: Medium Orchid. HEX triplet: B9, 35 and CB. RGB value is (185,53,203). Sum of RGB (Red+Green+Blue) = 185+53+203=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B935CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CB is #46CA34. Grayscale: #6D6D6D. Windows color (decimal): -4639285 or 13317561. OLE color: 13317561.
HSL color Cylindrical-coordinate representation of color #B935CB: hue angle of 292.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935CB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 53 | 203 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.20 |
| HSL | 292.8º | 0.59% | 0.5% | - |
| HSV(B) | 292.8º | 0.74% | 0.8% | - |
| XYZ | 32.06 | 17.17 | 58.12 | - |
| YUV | 109.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 203 | 0.09 | 0.74 | 0 | 0.20 | 292.8 | 0.59 | 0.5 |
| Hex | B9 | 35 | CB | 9 | 4A | 0 | 14 | 125 | 3B | 32 |
| Octal | 271 | 65 | 313 | 11 | 112 | 0 | 24 | 445 | 73 | 62 |
| Binary | 10111001 | 110101 | 11001011 | 1001 | 1001010 | 0 | 10100 | 100100101 | 111011 | 110010 |
Color Harmonies of #B935CB
Complementary color
Monochromatic Colors of #B935CB
Black with #B935CB
Text Example
Text Example
White with #B935CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935CB; }
p { color: rgb(185,53,203); }
H1.HeaderClassName
{
color: #B935CB;
}
.AnyTagClassName
{
color: #B935CB;
}
</style>
background-color css
<style>
a { background-color: #B935CB; }
a { background-color: rgb(185,53,203); }
div.DivClassName
{
background-color: #B935CB;
}
.BgClassName
{
background-color: #B935CB;
}
</style>
border-color css
<style>
span { border-color: #B935CB; }
span { border-color: rgb(185,53,203); }
td.TdClassName
{
border-color: #B935CB;
}
.TagClassName
{
border-color: #B935CB;
}
</style>