Shades of Medium Orchid #B95ACF
Tints of Medium Orchid #B95ACF
RGB
CMYK
RGB Variations
Color information
#B95ACF (or 0xB95ACF) is known color: Medium Orchid. HEX triplet: B9, 5A and CF. RGB value is (185,90,207). Sum of RGB (Red+Green+Blue) = 185+90+207=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B95ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ACF is #46A530. Grayscale: #838383. Windows color (decimal): -4629809 or 13589177. OLE color: 13589177.
HSL color Cylindrical-coordinate representation of color #B95ACF: hue angle of 288.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95ACF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 90 | 207 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.19 |
| HSL | 288.72º | 0.55% | 0.58% | - |
| HSV(B) | 288.72º | 0.57% | 0.81% | - |
| XYZ | 34.93 | 22.13 | 61.46 | - |
| YUV | 131.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 207 | 0.11 | 0.57 | 0 | 0.19 | 288.72 | 0.55 | 0.58 |
| Hex | B9 | 5A | CF | B | 39 | 0 | 13 | 121 | 37 | 3A |
| Octal | 271 | 132 | 317 | 13 | 71 | 0 | 23 | 441 | 67 | 72 |
| Binary | 10111001 | 1011010 | 11001111 | 1011 | 111001 | 0 | 10011 | 100100001 | 110111 | 111010 |
Color Harmonies of #B95ACF
Complementary color
Monochromatic Colors of #B95ACF
Black with #B95ACF
Text Example
Text Example
White with #B95ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ACF; }
p { color: rgb(185,90,207); }
H1.HeaderClassName
{
color: #B95ACF;
}
.AnyTagClassName
{
color: #B95ACF;
}
</style>
background-color css
<style>
a { background-color: #B95ACF; }
a { background-color: rgb(185,90,207); }
div.DivClassName
{
background-color: #B95ACF;
}
.BgClassName
{
background-color: #B95ACF;
}
</style>
border-color css
<style>
span { border-color: #B95ACF; }
span { border-color: rgb(185,90,207); }
td.TdClassName
{
border-color: #B95ACF;
}
.TagClassName
{
border-color: #B95ACF;
}
</style>