Shades of Medium Orchid #B43DDB
Tints of Medium Orchid #B43DDB
RGB
CMYK
RGB Variations
Color information
#B43DDB (or 0xB43DDB) is known color: Medium Orchid. HEX triplet: B4, 3D and DB. RGB value is (180,61,219). Sum of RGB (Red+Green+Blue) = 180+61+219=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #B43DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DDB is #4BC224. Grayscale: #727272. Windows color (decimal): -4964901 or 14368180. OLE color: 14368180.
HSL color Cylindrical-coordinate representation of color #B43DDB: hue angle of 285.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43DDB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 61 | 219 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.14 |
| HSL | 285.19º | 0.69% | 0.55% | - |
| HSV(B) | 285.19º | 0.72% | 0.86% | - |
| XYZ | 33.28 | 18.16 | 68.77 | - |
| YUV | 114.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 219 | 0.18 | 0.72 | 0 | 0.14 | 285.19 | 0.69 | 0.55 |
| Hex | B4 | 3D | DB | 12 | 48 | 0 | E | 11D | 45 | 37 |
| Octal | 264 | 75 | 333 | 22 | 110 | 0 | 16 | 435 | 105 | 67 |
| Binary | 10110100 | 111101 | 11011011 | 10010 | 1001000 | 0 | 1110 | 100011101 | 1000101 | 110111 |
Color Harmonies of #B43DDB
Complementary color
Monochromatic Colors of #B43DDB
Black with #B43DDB
Text Example
Text Example
White with #B43DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43DDB; }
p { color: rgb(180,61,219); }
H1.HeaderClassName
{
color: #B43DDB;
}
.AnyTagClassName
{
color: #B43DDB;
}
</style>
background-color css
<style>
a { background-color: #B43DDB; }
a { background-color: rgb(180,61,219); }
div.DivClassName
{
background-color: #B43DDB;
}
.BgClassName
{
background-color: #B43DDB;
}
</style>
border-color css
<style>
span { border-color: #B43DDB; }
span { border-color: rgb(180,61,219); }
td.TdClassName
{
border-color: #B43DDB;
}
.TagClassName
{
border-color: #B43DDB;
}
</style>