Shades of Medium Orchid #B95CCC
Tints of Medium Orchid #B95CCC
RGB
CMYK
RGB Variations
Color information
#B95CCC (or 0xB95CCC) is known color: Medium Orchid. HEX triplet: B9, 5C and CC. RGB value is (185,92,204). Sum of RGB (Red+Green+Blue) = 185+92+204=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B95CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CCC is #46A333. Grayscale: #848484. Windows color (decimal): -4629300 or 13393081. OLE color: 13393081.
HSL color Cylindrical-coordinate representation of color #B95CCC: hue angle of 289.82º 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 #B95CCC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 92 | 204 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.2 |
| HSL | 289.82º | 0.52% | 0.58% | - |
| HSV(B) | 289.82º | 0.55% | 0.8% | - |
| XYZ | 34.73 | 22.33 | 59.61 | - |
| YUV | 132.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 204 | 0.09 | 0.55 | 0 | 0.2 | 289.82 | 0.52 | 0.58 |
| Hex | B9 | 5C | CC | 9 | 37 | 0 | 14 | 122 | 34 | 3A |
| Octal | 271 | 134 | 314 | 11 | 67 | 0 | 24 | 442 | 64 | 72 |
| Binary | 10111001 | 1011100 | 11001100 | 1001 | 110111 | 0 | 10100 | 100100010 | 110100 | 111010 |
Color Harmonies of #B95CCC
Complementary color
Monochromatic Colors of #B95CCC
Black with #B95CCC
Text Example
Text Example
White with #B95CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CCC; }
p { color: rgb(185,92,204); }
H1.HeaderClassName
{
color: #B95CCC;
}
.AnyTagClassName
{
color: #B95CCC;
}
</style>
background-color css
<style>
a { background-color: #B95CCC; }
a { background-color: rgb(185,92,204); }
div.DivClassName
{
background-color: #B95CCC;
}
.BgClassName
{
background-color: #B95CCC;
}
</style>
border-color css
<style>
span { border-color: #B95CCC; }
span { border-color: rgb(185,92,204); }
td.TdClassName
{
border-color: #B95CCC;
}
.TagClassName
{
border-color: #B95CCC;
}
</style>