Shades of Medium Orchid #B43FDB
Tints of Medium Orchid #B43FDB
RGB
CMYK
RGB Variations
Color information
#B43FDB (or 0xB43FDB) is known color: Medium Orchid. HEX triplet: B4, 3F and DB. RGB value is (180,63,219). Sum of RGB (Red+Green+Blue) = 180+63+219=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B43FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FDB is #4BC024. Grayscale: #737373. Windows color (decimal): -4964389 or 14368692. OLE color: 14368692.
HSL color Cylindrical-coordinate representation of color #B43FDB: hue angle of 285º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43FDB is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 63 | 219 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.14 |
| HSL | 285º | 0.68% | 0.55% | - |
| HSV(B) | 285º | 0.71% | 0.86% | - |
| XYZ | 33.39 | 18.37 | 68.8 | - |
| YUV | 115.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 219 | 0.18 | 0.71 | 0 | 0.14 | 285 | 0.68 | 0.55 |
| Hex | B4 | 3F | DB | 12 | 47 | 0 | E | 11D | 44 | 37 |
| Octal | 264 | 77 | 333 | 22 | 107 | 0 | 16 | 435 | 104 | 67 |
| Binary | 10110100 | 111111 | 11011011 | 10010 | 1000111 | 0 | 1110 | 100011101 | 1000100 | 110111 |
Color Harmonies of #B43FDB
Complementary color
Monochromatic Colors of #B43FDB
Black with #B43FDB
Text Example
Text Example
White with #B43FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FDB; }
p { color: rgb(180,63,219); }
H1.HeaderClassName
{
color: #B43FDB;
}
.AnyTagClassName
{
color: #B43FDB;
}
</style>
background-color css
<style>
a { background-color: #B43FDB; }
a { background-color: rgb(180,63,219); }
div.DivClassName
{
background-color: #B43FDB;
}
.BgClassName
{
background-color: #B43FDB;
}
</style>
border-color css
<style>
span { border-color: #B43FDB; }
span { border-color: rgb(180,63,219); }
td.TdClassName
{
border-color: #B43FDB;
}
.TagClassName
{
border-color: #B43FDB;
}
</style>