Shades of Dark Orchid #B42FDD
Tints of Dark Orchid #B42FDD
RGB
CMYK
RGB Variations
Color information
#B42FDD (or 0xB42FDD) is known color: Dark Orchid. HEX triplet: B4, 2F and DD. RGB value is (180,47,221). Sum of RGB (Red+Green+Blue) = 180+47+221=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #B42FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FDD is #4BD022. Grayscale: #6A6A6A. Windows color (decimal): -4968483 or 14495668. OLE color: 14495668.
HSL color Cylindrical-coordinate representation of color #B42FDD: hue angle of 285.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42FDD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 47 | 221 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.13 |
| HSL | 285.86º | 0.72% | 0.53% | - |
| HSV(B) | 285.86º | 0.79% | 0.87% | - |
| XYZ | 32.89 | 16.96 | 69.95 | - |
| YUV | 106.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 221 | 0.19 | 0.79 | 0 | 0.13 | 285.86 | 0.72 | 0.53 |
| Hex | B4 | 2F | DD | 13 | 4F | 0 | D | 11E | 48 | 35 |
| Octal | 264 | 57 | 335 | 23 | 117 | 0 | 15 | 436 | 110 | 65 |
| Binary | 10110100 | 101111 | 11011101 | 10011 | 1001111 | 0 | 1101 | 100011110 | 1001000 | 110101 |
Color Harmonies of #B42FDD
Complementary color
Monochromatic Colors of #B42FDD
Black with #B42FDD
Text Example
Text Example
White with #B42FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FDD; }
p { color: rgb(180,47,221); }
H1.HeaderClassName
{
color: #B42FDD;
}
.AnyTagClassName
{
color: #B42FDD;
}
</style>
background-color css
<style>
a { background-color: #B42FDD; }
a { background-color: rgb(180,47,221); }
div.DivClassName
{
background-color: #B42FDD;
}
.BgClassName
{
background-color: #B42FDD;
}
</style>
border-color css
<style>
span { border-color: #B42FDD; }
span { border-color: rgb(180,47,221); }
td.TdClassName
{
border-color: #B42FDD;
}
.TagClassName
{
border-color: #B42FDD;
}
</style>