Shades of Medium Orchid #B962DA
Tints of Medium Orchid #B962DA
RGB
CMYK
RGB Variations
Color information
#B962DA (or 0xB962DA) is known color: Medium Orchid. HEX triplet: B9, 62 and DA. RGB value is (185,98,218). Sum of RGB (Red+Green+Blue) = 185+98+218=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B962DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962DA is #469D25. Grayscale: #898989. Windows color (decimal): -4627750 or 14312121. OLE color: 14312121.
HSL color Cylindrical-coordinate representation of color #B962DA: hue angle of 283.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B962DA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 98 | 218 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.15 |
| HSL | 283.5º | 0.62% | 0.62% | - |
| HSV(B) | 283.5º | 0.55% | 0.85% | - |
| XYZ | 37.03 | 24.11 | 69.03 | - |
| YUV | 137.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 218 | 0.15 | 0.55 | 0 | 0.15 | 283.5 | 0.62 | 0.62 |
| Hex | B9 | 62 | DA | F | 37 | 0 | F | 11C | 3E | 3E |
| Octal | 271 | 142 | 332 | 17 | 67 | 0 | 17 | 434 | 76 | 76 |
| Binary | 10111001 | 1100010 | 11011010 | 1111 | 110111 | 0 | 1111 | 100011100 | 111110 | 111110 |
Color Harmonies of #B962DA
Complementary color
Monochromatic Colors of #B962DA
Black with #B962DA
Text Example
Text Example
White with #B962DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962DA; }
p { color: rgb(185,98,218); }
H1.HeaderClassName
{
color: #B962DA;
}
.AnyTagClassName
{
color: #B962DA;
}
</style>
background-color css
<style>
a { background-color: #B962DA; }
a { background-color: rgb(185,98,218); }
div.DivClassName
{
background-color: #B962DA;
}
.BgClassName
{
background-color: #B962DA;
}
</style>
border-color css
<style>
span { border-color: #B962DA; }
span { border-color: rgb(185,98,218); }
td.TdClassName
{
border-color: #B962DA;
}
.TagClassName
{
border-color: #B962DA;
}
</style>