Shades of Medium Orchid #B95CCB
Tints of Medium Orchid #B95CCB
RGB
CMYK
RGB Variations
Color information
#B95CCB (or 0xB95CCB) is known color: Medium Orchid. HEX triplet: B9, 5C and CB. RGB value is (185,92,203). Sum of RGB (Red+Green+Blue) = 185+92+203=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #B95CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CCB is #46A334. Grayscale: #848484. Windows color (decimal): -4629301 or 13327545. OLE color: 13327545.
HSL color Cylindrical-coordinate representation of color #B95CCB: hue angle of 290.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95CCB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 92 | 203 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.20 |
| HSL | 290.27º | 0.52% | 0.58% | - |
| HSV(B) | 290.27º | 0.55% | 0.8% | - |
| XYZ | 34.61 | 22.28 | 58.98 | - |
| YUV | 132.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 203 | 0.09 | 0.55 | 0 | 0.20 | 290.27 | 0.52 | 0.58 |
| Hex | B9 | 5C | CB | 9 | 37 | 0 | 14 | 122 | 34 | 3A |
| Octal | 271 | 134 | 313 | 11 | 67 | 0 | 24 | 442 | 64 | 72 |
| Binary | 10111001 | 1011100 | 11001011 | 1001 | 110111 | 0 | 10100 | 100100010 | 110100 | 111010 |
Color Harmonies of #B95CCB
Complementary color
Monochromatic Colors of #B95CCB
Black with #B95CCB
Text Example
Text Example
White with #B95CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CCB; }
p { color: rgb(185,92,203); }
H1.HeaderClassName
{
color: #B95CCB;
}
.AnyTagClassName
{
color: #B95CCB;
}
</style>
background-color css
<style>
a { background-color: #B95CCB; }
a { background-color: rgb(185,92,203); }
div.DivClassName
{
background-color: #B95CCB;
}
.BgClassName
{
background-color: #B95CCB;
}
</style>
border-color css
<style>
span { border-color: #B95CCB; }
span { border-color: rgb(185,92,203); }
td.TdClassName
{
border-color: #B95CCB;
}
.TagClassName
{
border-color: #B95CCB;
}
</style>