Shades of Medium Orchid #B95ACC
Tints of Medium Orchid #B95ACC
RGB
CMYK
RGB Variations
Color information
#B95ACC (or 0xB95ACC) is known color: Medium Orchid. HEX triplet: B9, 5A and CC. RGB value is (185,90,204). Sum of RGB (Red+Green+Blue) = 185+90+204=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B95ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ACC is #46A533. Grayscale: #838383. Windows color (decimal): -4629812 or 13392569. OLE color: 13392569.
HSL color Cylindrical-coordinate representation of color #B95ACC: hue angle of 290º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95ACC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 90 | 204 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.2 |
| HSL | 290º | 0.53% | 0.58% | - |
| HSV(B) | 290º | 0.56% | 0.8% | - |
| XYZ | 34.56 | 21.99 | 59.55 | - |
| YUV | 131.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 204 | 0.09 | 0.56 | 0 | 0.2 | 290 | 0.53 | 0.58 |
| Hex | B9 | 5A | CC | 9 | 38 | 0 | 14 | 122 | 35 | 3A |
| Octal | 271 | 132 | 314 | 11 | 70 | 0 | 24 | 442 | 65 | 72 |
| Binary | 10111001 | 1011010 | 11001100 | 1001 | 111000 | 0 | 10100 | 100100010 | 110101 | 111010 |
Color Harmonies of #B95ACC
Complementary color
Monochromatic Colors of #B95ACC
Black with #B95ACC
Text Example
Text Example
White with #B95ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ACC; }
p { color: rgb(185,90,204); }
H1.HeaderClassName
{
color: #B95ACC;
}
.AnyTagClassName
{
color: #B95ACC;
}
</style>
background-color css
<style>
a { background-color: #B95ACC; }
a { background-color: rgb(185,90,204); }
div.DivClassName
{
background-color: #B95ACC;
}
.BgClassName
{
background-color: #B95ACC;
}
</style>
border-color css
<style>
span { border-color: #B95ACC; }
span { border-color: rgb(185,90,204); }
td.TdClassName
{
border-color: #B95ACC;
}
.TagClassName
{
border-color: #B95ACC;
}
</style>