Shades of Medium Orchid #B43FDD
Tints of Medium Orchid #B43FDD
RGB
CMYK
RGB Variations
Color information
#B43FDD (or 0xB43FDD) is known color: Medium Orchid. HEX triplet: B4, 3F and DD. RGB value is (180,63,221). Sum of RGB (Red+Green+Blue) = 180+63+221=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B43FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FDD is #4BC022. Grayscale: #737373. Windows color (decimal): -4964387 or 14499764. OLE color: 14499764.
HSL color Cylindrical-coordinate representation of color #B43FDD: hue angle of 284.43º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43FDD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 63 | 221 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.13 |
| HSL | 284.43º | 0.7% | 0.56% | - |
| HSV(B) | 284.43º | 0.71% | 0.87% | - |
| XYZ | 33.65 | 18.48 | 70.2 | - |
| YUV | 116 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 221 | 0.19 | 0.71 | 0 | 0.13 | 284.43 | 0.7 | 0.56 |
| Hex | B4 | 3F | DD | 13 | 47 | 0 | D | 11C | 46 | 38 |
| Octal | 264 | 77 | 335 | 23 | 107 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110100 | 111111 | 11011101 | 10011 | 1000111 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B43FDD
Complementary color
Monochromatic Colors of #B43FDD
Black with #B43FDD
Text Example
Text Example
White with #B43FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FDD; }
p { color: rgb(180,63,221); }
H1.HeaderClassName
{
color: #B43FDD;
}
.AnyTagClassName
{
color: #B43FDD;
}
</style>
background-color css
<style>
a { background-color: #B43FDD; }
a { background-color: rgb(180,63,221); }
div.DivClassName
{
background-color: #B43FDD;
}
.BgClassName
{
background-color: #B43FDD;
}
</style>
border-color css
<style>
span { border-color: #B43FDD; }
span { border-color: rgb(180,63,221); }
td.TdClassName
{
border-color: #B43FDD;
}
.TagClassName
{
border-color: #B43FDD;
}
</style>