Shades of Medium Orchid #B739DC
Tints of Medium Orchid #B739DC
RGB
CMYK
RGB Variations
Color information
#B739DC (or 0xB739DC) is known color: Medium Orchid. HEX triplet: B7, 39 and DC. RGB value is (183,57,220). Sum of RGB (Red+Green+Blue) = 183+57+220=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B739DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739DC is #48C623. Grayscale: #707070. Windows color (decimal): -4769316 or 14432695. OLE color: 14432695.
HSL color Cylindrical-coordinate representation of color #B739DC: hue angle of 286.38º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B739DC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 57 | 220 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.14 |
| HSL | 286.38º | 0.7% | 0.54% | - |
| HSV(B) | 286.38º | 0.74% | 0.86% | - |
| XYZ | 33.91 | 18.16 | 69.43 | - |
| YUV | 113.26 | 188.24 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 220 | 0.17 | 0.74 | 0 | 0.14 | 286.38 | 0.7 | 0.54 |
| Hex | B7 | 39 | DC | 11 | 4A | 0 | E | 11E | 46 | 36 |
| Octal | 267 | 71 | 334 | 21 | 112 | 0 | 16 | 436 | 106 | 66 |
| Binary | 10110111 | 111001 | 11011100 | 10001 | 1001010 | 0 | 1110 | 100011110 | 1000110 | 110110 |
Color Harmonies of #B739DC
Complementary color
Monochromatic Colors of #B739DC
Black with #B739DC
Text Example
Text Example
White with #B739DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739DC; }
p { color: rgb(183,57,220); }
H1.HeaderClassName
{
color: #B739DC;
}
.AnyTagClassName
{
color: #B739DC;
}
</style>
background-color css
<style>
a { background-color: #B739DC; }
a { background-color: rgb(183,57,220); }
div.DivClassName
{
background-color: #B739DC;
}
.BgClassName
{
background-color: #B739DC;
}
</style>
border-color css
<style>
span { border-color: #B739DC; }
span { border-color: rgb(183,57,220); }
td.TdClassName
{
border-color: #B739DC;
}
.TagClassName
{
border-color: #B739DC;
}
</style>