Shades of Medium Orchid #B438DB
Tints of Medium Orchid #B438DB
RGB
CMYK
RGB Variations
Color information
#B438DB (or 0xB438DB) is known color: Medium Orchid. HEX triplet: B4, 38 and DB. RGB value is (180,56,219). Sum of RGB (Red+Green+Blue) = 180+56+219=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B438DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438DB is #4BC724. Grayscale: #6F6F6F. Windows color (decimal): -4966181 or 14366900. OLE color: 14366900.
HSL color Cylindrical-coordinate representation of color #B438DB: hue angle of 285.64º 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 #B438DB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 56 | 219 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.14 |
| HSL | 285.64º | 0.69% | 0.54% | - |
| HSV(B) | 285.64º | 0.74% | 0.86% | - |
| XYZ | 33.02 | 17.65 | 68.68 | - |
| YUV | 111.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 219 | 0.18 | 0.74 | 0 | 0.14 | 285.64 | 0.69 | 0.54 |
| Hex | B4 | 38 | DB | 12 | 4A | 0 | E | 11E | 45 | 36 |
| Octal | 264 | 70 | 333 | 22 | 112 | 0 | 16 | 436 | 105 | 66 |
| Binary | 10110100 | 111000 | 11011011 | 10010 | 1001010 | 0 | 1110 | 100011110 | 1000101 | 110110 |
Color Harmonies of #B438DB
Complementary color
Monochromatic Colors of #B438DB
Black with #B438DB
Text Example
Text Example
White with #B438DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438DB; }
p { color: rgb(180,56,219); }
H1.HeaderClassName
{
color: #B438DB;
}
.AnyTagClassName
{
color: #B438DB;
}
</style>
background-color css
<style>
a { background-color: #B438DB; }
a { background-color: rgb(180,56,219); }
div.DivClassName
{
background-color: #B438DB;
}
.BgClassName
{
background-color: #B438DB;
}
</style>
border-color css
<style>
span { border-color: #B438DB; }
span { border-color: rgb(180,56,219); }
td.TdClassName
{
border-color: #B438DB;
}
.TagClassName
{
border-color: #B438DB;
}
</style>