Shades of Dark Orchid #B42FDA
Tints of Dark Orchid #B42FDA
RGB
CMYK
RGB Variations
Color information
#B42FDA (or 0xB42FDA) is known color: Dark Orchid. HEX triplet: B4, 2F and DA. RGB value is (180,47,218). Sum of RGB (Red+Green+Blue) = 180+47+218=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #B42FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FDA is #4BD025. Grayscale: #696969. Windows color (decimal): -4968486 or 14299060. OLE color: 14299060.
HSL color Cylindrical-coordinate representation of color #B42FDA: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42FDA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 47 | 218 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.15 |
| HSL | 286.67º | 0.7% | 0.52% | - |
| HSV(B) | 286.67º | 0.78% | 0.85% | - |
| XYZ | 32.49 | 16.8 | 67.86 | - |
| YUV | 106.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 218 | 0.17 | 0.78 | 0 | 0.15 | 286.67 | 0.7 | 0.52 |
| Hex | B4 | 2F | DA | 11 | 4E | 0 | F | 11F | 46 | 34 |
| Octal | 264 | 57 | 332 | 21 | 116 | 0 | 17 | 437 | 106 | 64 |
| Binary | 10110100 | 101111 | 11011010 | 10001 | 1001110 | 0 | 1111 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B42FDA
Complementary color
Monochromatic Colors of #B42FDA
Black with #B42FDA
Text Example
Text Example
White with #B42FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FDA; }
p { color: rgb(180,47,218); }
H1.HeaderClassName
{
color: #B42FDA;
}
.AnyTagClassName
{
color: #B42FDA;
}
</style>
background-color css
<style>
a { background-color: #B42FDA; }
a { background-color: rgb(180,47,218); }
div.DivClassName
{
background-color: #B42FDA;
}
.BgClassName
{
background-color: #B42FDA;
}
</style>
border-color css
<style>
span { border-color: #B42FDA; }
span { border-color: rgb(180,47,218); }
td.TdClassName
{
border-color: #B42FDA;
}
.TagClassName
{
border-color: #B42FDA;
}
</style>