Shades of Medium Orchid #B95ADC
Tints of Medium Orchid #B95ADC
RGB
CMYK
RGB Variations
Color information
#B95ADC (or 0xB95ADC) is known color: Medium Orchid. HEX triplet: B9, 5A and DC. RGB value is (185,90,220). Sum of RGB (Red+Green+Blue) = 185+90+220=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B95ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ADC is #46A523. Grayscale: #848484. Windows color (decimal): -4629796 or 14441145. OLE color: 14441145.
HSL color Cylindrical-coordinate representation of color #B95ADC: hue angle of 283.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95ADC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 90 | 220 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.14 |
| HSL | 283.85º | 0.65% | 0.61% | - |
| HSV(B) | 283.85º | 0.59% | 0.86% | - |
| XYZ | 36.58 | 22.79 | 70.18 | - |
| YUV | 133.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 220 | 0.16 | 0.59 | 0 | 0.14 | 283.85 | 0.65 | 0.61 |
| Hex | B9 | 5A | DC | 10 | 3B | 0 | E | 11C | 41 | 3D |
| Octal | 271 | 132 | 334 | 20 | 73 | 0 | 16 | 434 | 101 | 75 |
| Binary | 10111001 | 1011010 | 11011100 | 10000 | 111011 | 0 | 1110 | 100011100 | 1000001 | 111101 |
Color Harmonies of #B95ADC
Complementary color
Monochromatic Colors of #B95ADC
Black with #B95ADC
Text Example
Text Example
White with #B95ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ADC; }
p { color: rgb(185,90,220); }
H1.HeaderClassName
{
color: #B95ADC;
}
.AnyTagClassName
{
color: #B95ADC;
}
</style>
background-color css
<style>
a { background-color: #B95ADC; }
a { background-color: rgb(185,90,220); }
div.DivClassName
{
background-color: #B95ADC;
}
.BgClassName
{
background-color: #B95ADC;
}
</style>
border-color css
<style>
span { border-color: #B95ADC; }
span { border-color: rgb(185,90,220); }
td.TdClassName
{
border-color: #B95ADC;
}
.TagClassName
{
border-color: #B95ADC;
}
</style>