Shades of Medium Orchid #B955CA
Tints of Medium Orchid #B955CA
RGB
CMYK
RGB Variations
Color information
#B955CA (or 0xB955CA) is known color: Medium Orchid. HEX triplet: B9, 55 and CA. RGB value is (185,85,202). Sum of RGB (Red+Green+Blue) = 185+85+202=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #B955CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CA is #46AA35. Grayscale: #7F7F7F. Windows color (decimal): -4631094 or 13260217. OLE color: 13260217.
HSL color Cylindrical-coordinate representation of color #B955CA: hue angle of 291.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B955CA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 85 | 202 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.21 |
| HSL | 291.28º | 0.52% | 0.56% | - |
| HSV(B) | 291.28º | 0.58% | 0.79% | - |
| XYZ | 33.92 | 21.08 | 58.16 | - |
| YUV | 128.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 202 | 0.08 | 0.58 | 0 | 0.21 | 291.28 | 0.52 | 0.56 |
| Hex | B9 | 55 | CA | 8 | 3A | 0 | 15 | 123 | 34 | 38 |
| Octal | 271 | 125 | 312 | 10 | 72 | 0 | 25 | 443 | 64 | 70 |
| Binary | 10111001 | 1010101 | 11001010 | 1000 | 111010 | 0 | 10101 | 100100011 | 110100 | 111000 |
Color Harmonies of #B955CA
Complementary color
Monochromatic Colors of #B955CA
Black with #B955CA
Text Example
Text Example
White with #B955CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955CA; }
p { color: rgb(185,85,202); }
H1.HeaderClassName
{
color: #B955CA;
}
.AnyTagClassName
{
color: #B955CA;
}
</style>
background-color css
<style>
a { background-color: #B955CA; }
a { background-color: rgb(185,85,202); }
div.DivClassName
{
background-color: #B955CA;
}
.BgClassName
{
background-color: #B955CA;
}
</style>
border-color css
<style>
span { border-color: #B955CA; }
span { border-color: rgb(185,85,202); }
td.TdClassName
{
border-color: #B955CA;
}
.TagClassName
{
border-color: #B955CA;
}
</style>