Shades of Medium Orchid #B838DB
Tints of Medium Orchid #B838DB
RGB
CMYK
RGB Variations
Color information
#B838DB (or 0xB838DB) is known color: Medium Orchid. HEX triplet: B8, 38 and DB. RGB value is (184,56,219). Sum of RGB (Red+Green+Blue) = 184+56+219=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 56 (22.27% from 255 or 12.20% 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 #B838DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838DB is #47C724. Grayscale: #707070. Windows color (decimal): -4704037 or 14366904. OLE color: 14366904.
HSL color Cylindrical-coordinate representation of color #B838DB: hue angle of 287.12º 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 #B838DB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 56 | 219 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.14 |
| HSL | 287.12º | 0.69% | 0.54% | - |
| HSV(B) | 287.12º | 0.74% | 0.86% | - |
| XYZ | 33.97 | 18.13 | 68.73 | - |
| YUV | 112.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 219 | 0.16 | 0.74 | 0 | 0.14 | 287.12 | 0.69 | 0.54 |
| Hex | B8 | 38 | DB | 10 | 4A | 0 | E | 11F | 45 | 36 |
| Octal | 270 | 70 | 333 | 20 | 112 | 0 | 16 | 437 | 105 | 66 |
| Binary | 10111000 | 111000 | 11011011 | 10000 | 1001010 | 0 | 1110 | 100011111 | 1000101 | 110110 |
Color Harmonies of #B838DB
Complementary color
Monochromatic Colors of #B838DB
Black with #B838DB
Text Example
Text Example
White with #B838DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838DB; }
p { color: rgb(184,56,219); }
H1.HeaderClassName
{
color: #B838DB;
}
.AnyTagClassName
{
color: #B838DB;
}
</style>
background-color css
<style>
a { background-color: #B838DB; }
a { background-color: rgb(184,56,219); }
div.DivClassName
{
background-color: #B838DB;
}
.BgClassName
{
background-color: #B838DB;
}
</style>
border-color css
<style>
span { border-color: #B838DB; }
span { border-color: rgb(184,56,219); }
td.TdClassName
{
border-color: #B838DB;
}
.TagClassName
{
border-color: #B838DB;
}
</style>