Shades of Medium Orchid #B838DA
Tints of Medium Orchid #B838DA
RGB
CMYK
RGB Variations
Color information
#B838DA (or 0xB838DA) is known color: Medium Orchid. HEX triplet: B8, 38 and DA. RGB value is (184,56,218). Sum of RGB (Red+Green+Blue) = 184+56+218=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 56 (22.27% from 255 or 12.23% 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 #B838DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838DA is #47C725. Grayscale: #707070. Windows color (decimal): -4704038 or 14301368. OLE color: 14301368.
HSL color Cylindrical-coordinate representation of color #B838DA: hue angle of 287.41º 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 #B838DA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 56 | 218 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.15 |
| HSL | 287.41º | 0.69% | 0.54% | - |
| HSV(B) | 287.41º | 0.74% | 0.85% | - |
| XYZ | 33.84 | 18.08 | 68.04 | - |
| YUV | 112.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 218 | 0.16 | 0.74 | 0 | 0.15 | 287.41 | 0.69 | 0.54 |
| Hex | B8 | 38 | DA | 10 | 4A | 0 | F | 11F | 45 | 36 |
| Octal | 270 | 70 | 332 | 20 | 112 | 0 | 17 | 437 | 105 | 66 |
| Binary | 10111000 | 111000 | 11011010 | 10000 | 1001010 | 0 | 1111 | 100011111 | 1000101 | 110110 |
Color Harmonies of #B838DA
Complementary color
Monochromatic Colors of #B838DA
Black with #B838DA
Text Example
Text Example
White with #B838DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838DA; }
p { color: rgb(184,56,218); }
H1.HeaderClassName
{
color: #B838DA;
}
.AnyTagClassName
{
color: #B838DA;
}
</style>
background-color css
<style>
a { background-color: #B838DA; }
a { background-color: rgb(184,56,218); }
div.DivClassName
{
background-color: #B838DA;
}
.BgClassName
{
background-color: #B838DA;
}
</style>
border-color css
<style>
span { border-color: #B838DA; }
span { border-color: rgb(184,56,218); }
td.TdClassName
{
border-color: #B838DA;
}
.TagClassName
{
border-color: #B838DA;
}
</style>