Shades of Medium Orchid #B939E6
Tints of Medium Orchid #B939E6
RGB
CMYK
RGB Variations
Color information
#B939E6 (or 0xB939E6) is known color: Medium Orchid. HEX triplet: B9, 39 and E6. RGB value is (185,57,230). Sum of RGB (Red+Green+Blue) = 185+57+230=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #B939E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B939E6 is #46C619. Grayscale: #727272. Windows color (decimal): -4638234 or 15088057. OLE color: 15088057.
HSL color Cylindrical-coordinate representation of color #B939E6: hue angle of 284.39º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B939E6 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 57 | 230 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.10 |
| HSL | 284.39º | 0.78% | 0.56% | - |
| HSV(B) | 284.39º | 0.75% | 0.9% | - |
| XYZ | 35.75 | 18.95 | 76.64 | - |
| YUV | 114.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 230 | 0.20 | 0.75 | 0 | 0.10 | 284.39 | 0.78 | 0.56 |
| Hex | B9 | 39 | E6 | 14 | 4B | 0 | A | 11C | 4E | 38 |
| Octal | 271 | 71 | 346 | 24 | 113 | 0 | 12 | 434 | 116 | 70 |
| Binary | 10111001 | 111001 | 11100110 | 10100 | 1001011 | 0 | 1010 | 100011100 | 1001110 | 111000 |
Color Harmonies of #B939E6
Complementary color
Monochromatic Colors of #B939E6
Black with #B939E6
Text Example
Text Example
White with #B939E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939E6; }
p { color: rgb(185,57,230); }
H1.HeaderClassName
{
color: #B939E6;
}
.AnyTagClassName
{
color: #B939E6;
}
</style>
background-color css
<style>
a { background-color: #B939E6; }
a { background-color: rgb(185,57,230); }
div.DivClassName
{
background-color: #B939E6;
}
.BgClassName
{
background-color: #B939E6;
}
</style>
border-color css
<style>
span { border-color: #B939E6; }
span { border-color: rgb(185,57,230); }
td.TdClassName
{
border-color: #B939E6;
}
.TagClassName
{
border-color: #B939E6;
}
</style>