Shades of Medium Orchid #B243DB
Tints of Medium Orchid #B243DB
RGB
CMYK
RGB Variations
Color information
#B243DB (or 0xB243DB) is known color: Medium Orchid. HEX triplet: B2, 43 and DB. RGB value is (178,67,219). Sum of RGB (Red+Green+Blue) = 178+67+219=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #B243DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243DB is #4DBC24. Grayscale: #757575. Windows color (decimal): -5094437 or 14369714. OLE color: 14369714.
HSL color Cylindrical-coordinate representation of color #B243DB: hue angle of 283.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B243DB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 67 | 219 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.14 |
| HSL | 283.82º | 0.68% | 0.56% | - |
| HSV(B) | 283.82º | 0.69% | 0.86% | - |
| XYZ | 33.15 | 18.59 | 68.86 | - |
| YUV | 117.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 219 | 0.19 | 0.69 | 0 | 0.14 | 283.82 | 0.68 | 0.56 |
| Hex | B2 | 43 | DB | 13 | 45 | 0 | E | 11C | 44 | 38 |
| Octal | 262 | 103 | 333 | 23 | 105 | 0 | 16 | 434 | 104 | 70 |
| Binary | 10110010 | 1000011 | 11011011 | 10011 | 1000101 | 0 | 1110 | 100011100 | 1000100 | 111000 |
Color Harmonies of #B243DB
Complementary color
Monochromatic Colors of #B243DB
Black with #B243DB
Text Example
Text Example
White with #B243DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B243DB; }
p { color: rgb(178,67,219); }
H1.HeaderClassName
{
color: #B243DB;
}
.AnyTagClassName
{
color: #B243DB;
}
</style>
background-color css
<style>
a { background-color: #B243DB; }
a { background-color: rgb(178,67,219); }
div.DivClassName
{
background-color: #B243DB;
}
.BgClassName
{
background-color: #B243DB;
}
</style>
border-color css
<style>
span { border-color: #B243DB; }
span { border-color: rgb(178,67,219); }
td.TdClassName
{
border-color: #B243DB;
}
.TagClassName
{
border-color: #B243DB;
}
</style>