Shades of Medium Orchid #B43FD2
Tints of Medium Orchid #B43FD2
RGB
CMYK
RGB Variations
Color information
#B43FD2 (or 0xB43FD2) is known color: Medium Orchid. HEX triplet: B4, 3F and D2. RGB value is (180,63,210). Sum of RGB (Red+Green+Blue) = 180+63+210=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #B43FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FD2 is #4BC02D. Grayscale: #727272. Windows color (decimal): -4964398 or 13778868. OLE color: 13778868.
HSL color Cylindrical-coordinate representation of color #B43FD2: hue angle of 287.76º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43FD2 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 63 | 210 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.18 |
| HSL | 287.76º | 0.62% | 0.54% | - |
| HSV(B) | 287.76º | 0.7% | 0.82% | - |
| XYZ | 32.23 | 17.91 | 62.73 | - |
| YUV | 114.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 210 | 0.14 | 0.70 | 0 | 0.18 | 287.76 | 0.62 | 0.54 |
| Hex | B4 | 3F | D2 | E | 46 | 0 | 12 | 120 | 3E | 36 |
| Octal | 264 | 77 | 322 | 16 | 106 | 0 | 22 | 440 | 76 | 66 |
| Binary | 10110100 | 111111 | 11010010 | 1110 | 1000110 | 0 | 10010 | 100100000 | 111110 | 110110 |
Color Harmonies of #B43FD2
Complementary color
Monochromatic Colors of #B43FD2
Black with #B43FD2
Text Example
Text Example
White with #B43FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FD2; }
p { color: rgb(180,63,210); }
H1.HeaderClassName
{
color: #B43FD2;
}
.AnyTagClassName
{
color: #B43FD2;
}
</style>
background-color css
<style>
a { background-color: #B43FD2; }
a { background-color: rgb(180,63,210); }
div.DivClassName
{
background-color: #B43FD2;
}
.BgClassName
{
background-color: #B43FD2;
}
</style>
border-color css
<style>
span { border-color: #B43FD2; }
span { border-color: rgb(180,63,210); }
td.TdClassName
{
border-color: #B43FD2;
}
.TagClassName
{
border-color: #B43FD2;
}
</style>