Shades of Medium Orchid #B739DA
Tints of Medium Orchid #B739DA
RGB
CMYK
RGB Variations
Color information
#B739DA (or 0xB739DA) is known color: Medium Orchid. HEX triplet: B7, 39 and DA. RGB value is (183,57,218). Sum of RGB (Red+Green+Blue) = 183+57+218=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B739DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739DA is #48C625. Grayscale: #707070. Windows color (decimal): -4769318 or 14301623. OLE color: 14301623.
HSL color Cylindrical-coordinate representation of color #B739DA: hue angle of 286.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B739DA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 57 | 218 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.15 |
| HSL | 286.96º | 0.69% | 0.54% | - |
| HSV(B) | 286.96º | 0.74% | 0.85% | - |
| XYZ | 33.65 | 18.06 | 68.04 | - |
| YUV | 113.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 218 | 0.16 | 0.74 | 0 | 0.15 | 286.96 | 0.69 | 0.54 |
| Hex | B7 | 39 | DA | 10 | 4A | 0 | F | 11F | 45 | 36 |
| Octal | 267 | 71 | 332 | 20 | 112 | 0 | 17 | 437 | 105 | 66 |
| Binary | 10110111 | 111001 | 11011010 | 10000 | 1001010 | 0 | 1111 | 100011111 | 1000101 | 110110 |
Color Harmonies of #B739DA
Complementary color
Monochromatic Colors of #B739DA
Black with #B739DA
Text Example
Text Example
White with #B739DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739DA; }
p { color: rgb(183,57,218); }
H1.HeaderClassName
{
color: #B739DA;
}
.AnyTagClassName
{
color: #B739DA;
}
</style>
background-color css
<style>
a { background-color: #B739DA; }
a { background-color: rgb(183,57,218); }
div.DivClassName
{
background-color: #B739DA;
}
.BgClassName
{
background-color: #B739DA;
}
</style>
border-color css
<style>
span { border-color: #B739DA; }
span { border-color: rgb(183,57,218); }
td.TdClassName
{
border-color: #B739DA;
}
.TagClassName
{
border-color: #B739DA;
}
</style>