Shades of Medium Orchid #B953DA
Tints of Medium Orchid #B953DA
RGB
CMYK
RGB Variations
Color information
#B953DA (or 0xB953DA) is known color: Medium Orchid. HEX triplet: B9, 53 and DA. RGB value is (185,83,218). Sum of RGB (Red+Green+Blue) = 185+83+218=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #B953DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953DA is #46AC25. Grayscale: #808080. Windows color (decimal): -4631590 or 14308281. OLE color: 14308281.
HSL color Cylindrical-coordinate representation of color #B953DA: hue angle of 285.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B953DA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 83 | 218 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.15 |
| HSL | 285.33º | 0.65% | 0.59% | - |
| HSV(B) | 285.33º | 0.62% | 0.85% | - |
| XYZ | 35.76 | 21.56 | 68.61 | - |
| YUV | 128.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 218 | 0.15 | 0.62 | 0 | 0.15 | 285.33 | 0.65 | 0.59 |
| Hex | B9 | 53 | DA | F | 3E | 0 | F | 11D | 41 | 3B |
| Octal | 271 | 123 | 332 | 17 | 76 | 0 | 17 | 435 | 101 | 73 |
| Binary | 10111001 | 1010011 | 11011010 | 1111 | 111110 | 0 | 1111 | 100011101 | 1000001 | 111011 |
Color Harmonies of #B953DA
Complementary color
Monochromatic Colors of #B953DA
Black with #B953DA
Text Example
Text Example
White with #B953DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953DA; }
p { color: rgb(185,83,218); }
H1.HeaderClassName
{
color: #B953DA;
}
.AnyTagClassName
{
color: #B953DA;
}
</style>
background-color css
<style>
a { background-color: #B953DA; }
a { background-color: rgb(185,83,218); }
div.DivClassName
{
background-color: #B953DA;
}
.BgClassName
{
background-color: #B953DA;
}
</style>
border-color css
<style>
span { border-color: #B953DA; }
span { border-color: rgb(185,83,218); }
td.TdClassName
{
border-color: #B953DA;
}
.TagClassName
{
border-color: #B953DA;
}
</style>