Shades of Medium Orchid #B942DA
Tints of Medium Orchid #B942DA
RGB
CMYK
RGB Variations
Color information
#B942DA (or 0xB942DA) is known color: Medium Orchid. HEX triplet: B9, 42 and DA. RGB value is (185,66,218). Sum of RGB (Red+Green+Blue) = 185+66+218=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #B942DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942DA is #46BD25. Grayscale: #767676. Windows color (decimal): -4635942 or 14303929. OLE color: 14303929.
HSL color Cylindrical-coordinate representation of color #B942DA: hue angle of 286.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B942DA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 66 | 218 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.15 |
| HSL | 286.97º | 0.67% | 0.56% | - |
| HSV(B) | 286.97º | 0.7% | 0.85% | - |
| XYZ | 34.61 | 19.27 | 68.23 | - |
| YUV | 118.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 218 | 0.15 | 0.70 | 0 | 0.15 | 286.97 | 0.67 | 0.56 |
| Hex | B9 | 42 | DA | F | 46 | 0 | F | 11F | 43 | 38 |
| Octal | 271 | 102 | 332 | 17 | 106 | 0 | 17 | 437 | 103 | 70 |
| Binary | 10111001 | 1000010 | 11011010 | 1111 | 1000110 | 0 | 1111 | 100011111 | 1000011 | 111000 |
Color Harmonies of #B942DA
Complementary color
Monochromatic Colors of #B942DA
Black with #B942DA
Text Example
Text Example
White with #B942DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942DA; }
p { color: rgb(185,66,218); }
H1.HeaderClassName
{
color: #B942DA;
}
.AnyTagClassName
{
color: #B942DA;
}
</style>
background-color css
<style>
a { background-color: #B942DA; }
a { background-color: rgb(185,66,218); }
div.DivClassName
{
background-color: #B942DA;
}
.BgClassName
{
background-color: #B942DA;
}
</style>
border-color css
<style>
span { border-color: #B942DA; }
span { border-color: rgb(185,66,218); }
td.TdClassName
{
border-color: #B942DA;
}
.TagClassName
{
border-color: #B942DA;
}
</style>