Shades of Medium Orchid #B95CCD
Tints of Medium Orchid #B95CCD
RGB
CMYK
RGB Variations
Color information
#B95CCD (or 0xB95CCD) is known color: Medium Orchid. HEX triplet: B9, 5C and CD. RGB value is (185,92,205). Sum of RGB (Red+Green+Blue) = 185+92+205=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B95CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CCD is #46A332. Grayscale: #848484. Windows color (decimal): -4629299 or 13458617. OLE color: 13458617.
HSL color Cylindrical-coordinate representation of color #B95CCD: hue angle of 289.38º degrees, saturation: 0.53, 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 #B95CCD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 92 | 205 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.20 |
| HSL | 289.38º | 0.53% | 0.58% | - |
| HSV(B) | 289.38º | 0.55% | 0.8% | - |
| XYZ | 34.85 | 22.38 | 60.24 | - |
| YUV | 132.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 205 | 0.10 | 0.55 | 0 | 0.20 | 289.38 | 0.53 | 0.58 |
| Hex | B9 | 5C | CD | A | 37 | 0 | 14 | 121 | 35 | 3A |
| Octal | 271 | 134 | 315 | 12 | 67 | 0 | 24 | 441 | 65 | 72 |
| Binary | 10111001 | 1011100 | 11001101 | 1010 | 110111 | 0 | 10100 | 100100001 | 110101 | 111010 |
Color Harmonies of #B95CCD
Complementary color
Monochromatic Colors of #B95CCD
Black with #B95CCD
Text Example
Text Example
White with #B95CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CCD; }
p { color: rgb(185,92,205); }
H1.HeaderClassName
{
color: #B95CCD;
}
.AnyTagClassName
{
color: #B95CCD;
}
</style>
background-color css
<style>
a { background-color: #B95CCD; }
a { background-color: rgb(185,92,205); }
div.DivClassName
{
background-color: #B95CCD;
}
.BgClassName
{
background-color: #B95CCD;
}
</style>
border-color css
<style>
span { border-color: #B95CCD; }
span { border-color: rgb(185,92,205); }
td.TdClassName
{
border-color: #B95CCD;
}
.TagClassName
{
border-color: #B95CCD;
}
</style>