Shades of Medium Orchid #B95FCC
Tints of Medium Orchid #B95FCC
RGB
CMYK
RGB Variations
Color information
#B95FCC (or 0xB95FCC) is known color: Medium Orchid. HEX triplet: B9, 5F and CC. RGB value is (185,95,204). Sum of RGB (Red+Green+Blue) = 185+95+204=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B95FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FCC is #46A033. Grayscale: #858585. Windows color (decimal): -4628532 or 13393849. OLE color: 13393849.
HSL color Cylindrical-coordinate representation of color #B95FCC: hue angle of 289.54º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95FCC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 95 | 204 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.2 |
| HSL | 289.54º | 0.52% | 0.59% | - |
| HSV(B) | 289.54º | 0.53% | 0.8% | - |
| XYZ | 35 | 22.86 | 59.69 | - |
| YUV | 134.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 204 | 0.09 | 0.53 | 0 | 0.2 | 289.54 | 0.52 | 0.59 |
| Hex | B9 | 5F | CC | 9 | 35 | 0 | 14 | 122 | 34 | 3B |
| Octal | 271 | 137 | 314 | 11 | 65 | 0 | 24 | 442 | 64 | 73 |
| Binary | 10111001 | 1011111 | 11001100 | 1001 | 110101 | 0 | 10100 | 100100010 | 110100 | 111011 |
Color Harmonies of #B95FCC
Complementary color
Monochromatic Colors of #B95FCC
Black with #B95FCC
Text Example
Text Example
White with #B95FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FCC; }
p { color: rgb(185,95,204); }
H1.HeaderClassName
{
color: #B95FCC;
}
.AnyTagClassName
{
color: #B95FCC;
}
</style>
background-color css
<style>
a { background-color: #B95FCC; }
a { background-color: rgb(185,95,204); }
div.DivClassName
{
background-color: #B95FCC;
}
.BgClassName
{
background-color: #B95FCC;
}
</style>
border-color css
<style>
span { border-color: #B95FCC; }
span { border-color: rgb(185,95,204); }
td.TdClassName
{
border-color: #B95FCC;
}
.TagClassName
{
border-color: #B95FCC;
}
</style>