Shades of Medium Orchid #B739DB
Tints of Medium Orchid #B739DB
RGB
CMYK
RGB Variations
Color information
#B739DB (or 0xB739DB) is known color: Medium Orchid. HEX triplet: B7, 39 and DB. RGB value is (183,57,219). Sum of RGB (Red+Green+Blue) = 183+57+219=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B739DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739DB is #48C624. Grayscale: #707070. Windows color (decimal): -4769317 or 14367159. OLE color: 14367159.
HSL color Cylindrical-coordinate representation of color #B739DB: hue angle of 286.67º degrees, saturation: 0.69, 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 #B739DB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 57 | 219 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.14 |
| HSL | 286.67º | 0.69% | 0.54% | - |
| HSV(B) | 286.67º | 0.74% | 0.86% | - |
| XYZ | 33.78 | 18.11 | 68.73 | - |
| YUV | 113.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 219 | 0.16 | 0.74 | 0 | 0.14 | 286.67 | 0.69 | 0.54 |
| Hex | B7 | 39 | DB | 10 | 4A | 0 | E | 11F | 45 | 36 |
| Octal | 267 | 71 | 333 | 20 | 112 | 0 | 16 | 437 | 105 | 66 |
| Binary | 10110111 | 111001 | 11011011 | 10000 | 1001010 | 0 | 1110 | 100011111 | 1000101 | 110110 |
Color Harmonies of #B739DB
Complementary color
Monochromatic Colors of #B739DB
Black with #B739DB
Text Example
Text Example
White with #B739DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739DB; }
p { color: rgb(183,57,219); }
H1.HeaderClassName
{
color: #B739DB;
}
.AnyTagClassName
{
color: #B739DB;
}
</style>
background-color css
<style>
a { background-color: #B739DB; }
a { background-color: rgb(183,57,219); }
div.DivClassName
{
background-color: #B739DB;
}
.BgClassName
{
background-color: #B739DB;
}
</style>
border-color css
<style>
span { border-color: #B739DB; }
span { border-color: rgb(183,57,219); }
td.TdClassName
{
border-color: #B739DB;
}
.TagClassName
{
border-color: #B739DB;
}
</style>