Shades of Medium Orchid #B43CDD
Tints of Medium Orchid #B43CDD
RGB
CMYK
RGB Variations
Color information
#B43CDD (or 0xB43CDD) is known color: Medium Orchid. HEX triplet: B4, 3C and DD. RGB value is (180,60,221). Sum of RGB (Red+Green+Blue) = 180+60+221=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #B43CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CDD is #4BC322. Grayscale: #717171. Windows color (decimal): -4965155 or 14498996. OLE color: 14498996.
HSL color Cylindrical-coordinate representation of color #B43CDD: hue angle of 284.72º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43CDD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 60 | 221 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.13 |
| HSL | 284.72º | 0.7% | 0.55% | - |
| HSV(B) | 284.72º | 0.73% | 0.87% | - |
| XYZ | 33.49 | 18.16 | 70.15 | - |
| YUV | 114.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 221 | 0.19 | 0.73 | 0 | 0.13 | 284.72 | 0.7 | 0.55 |
| Hex | B4 | 3C | DD | 13 | 49 | 0 | D | 11D | 46 | 37 |
| Octal | 264 | 74 | 335 | 23 | 111 | 0 | 15 | 435 | 106 | 67 |
| Binary | 10110100 | 111100 | 11011101 | 10011 | 1001001 | 0 | 1101 | 100011101 | 1000110 | 110111 |
Color Harmonies of #B43CDD
Complementary color
Monochromatic Colors of #B43CDD
Black with #B43CDD
Text Example
Text Example
White with #B43CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CDD; }
p { color: rgb(180,60,221); }
H1.HeaderClassName
{
color: #B43CDD;
}
.AnyTagClassName
{
color: #B43CDD;
}
</style>
background-color css
<style>
a { background-color: #B43CDD; }
a { background-color: rgb(180,60,221); }
div.DivClassName
{
background-color: #B43CDD;
}
.BgClassName
{
background-color: #B43CDD;
}
</style>
border-color css
<style>
span { border-color: #B43CDD; }
span { border-color: rgb(180,60,221); }
td.TdClassName
{
border-color: #B43CDD;
}
.TagClassName
{
border-color: #B43CDD;
}
</style>