Shades of Medium Orchid #B43CDB
Tints of Medium Orchid #B43CDB
RGB
CMYK
RGB Variations
Color information
#B43CDB (or 0xB43CDB) is known color: Medium Orchid. HEX triplet: B4, 3C and DB. RGB value is (180,60,219). Sum of RGB (Red+Green+Blue) = 180+60+219=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B43CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CDB is #4BC324. Grayscale: #717171. Windows color (decimal): -4965157 or 14367924. OLE color: 14367924.
HSL color Cylindrical-coordinate representation of color #B43CDB: hue angle of 285.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43CDB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 60 | 219 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.14 |
| HSL | 285.28º | 0.69% | 0.55% | - |
| HSV(B) | 285.28º | 0.73% | 0.86% | - |
| XYZ | 33.22 | 18.05 | 68.75 | - |
| YUV | 114.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 219 | 0.18 | 0.73 | 0 | 0.14 | 285.28 | 0.69 | 0.55 |
| Hex | B4 | 3C | DB | 12 | 49 | 0 | E | 11D | 45 | 37 |
| Octal | 264 | 74 | 333 | 22 | 111 | 0 | 16 | 435 | 105 | 67 |
| Binary | 10110100 | 111100 | 11011011 | 10010 | 1001001 | 0 | 1110 | 100011101 | 1000101 | 110111 |
Color Harmonies of #B43CDB
Complementary color
Monochromatic Colors of #B43CDB
Black with #B43CDB
Text Example
Text Example
White with #B43CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CDB; }
p { color: rgb(180,60,219); }
H1.HeaderClassName
{
color: #B43CDB;
}
.AnyTagClassName
{
color: #B43CDB;
}
</style>
background-color css
<style>
a { background-color: #B43CDB; }
a { background-color: rgb(180,60,219); }
div.DivClassName
{
background-color: #B43CDB;
}
.BgClassName
{
background-color: #B43CDB;
}
</style>
border-color css
<style>
span { border-color: #B43CDB; }
span { border-color: rgb(180,60,219); }
td.TdClassName
{
border-color: #B43CDB;
}
.TagClassName
{
border-color: #B43CDB;
}
</style>