Shades of Dark Orchid #B62FDD
Tints of Dark Orchid #B62FDD
RGB
CMYK
RGB Variations
Color information
#B62FDD (or 0xB62FDD) is known color: Dark Orchid. HEX triplet: B6, 2F and DD. RGB value is (182,47,221). Sum of RGB (Red+Green+Blue) = 182+47+221=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B62FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FDD is #49D022. Grayscale: #6A6A6A. Windows color (decimal): -4837411 or 14495670. OLE color: 14495670.
HSL color Cylindrical-coordinate representation of color #B62FDD: hue angle of 286.55º 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 #B62FDD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 47 | 221 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.13 |
| HSL | 286.55º | 0.72% | 0.53% | - |
| HSV(B) | 286.55º | 0.79% | 0.87% | - |
| XYZ | 33.36 | 17.2 | 69.97 | - |
| YUV | 107.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 221 | 0.18 | 0.79 | 0 | 0.13 | 286.55 | 0.72 | 0.53 |
| Hex | B6 | 2F | DD | 12 | 4F | 0 | D | 11F | 48 | 35 |
| Octal | 266 | 57 | 335 | 22 | 117 | 0 | 15 | 437 | 110 | 65 |
| Binary | 10110110 | 101111 | 11011101 | 10010 | 1001111 | 0 | 1101 | 100011111 | 1001000 | 110101 |
Color Harmonies of #B62FDD
Complementary color
Monochromatic Colors of #B62FDD
Black with #B62FDD
Text Example
Text Example
White with #B62FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FDD; }
p { color: rgb(182,47,221); }
H1.HeaderClassName
{
color: #B62FDD;
}
.AnyTagClassName
{
color: #B62FDD;
}
</style>
background-color css
<style>
a { background-color: #B62FDD; }
a { background-color: rgb(182,47,221); }
div.DivClassName
{
background-color: #B62FDD;
}
.BgClassName
{
background-color: #B62FDD;
}
</style>
border-color css
<style>
span { border-color: #B62FDD; }
span { border-color: rgb(182,47,221); }
td.TdClassName
{
border-color: #B62FDD;
}
.TagClassName
{
border-color: #B62FDD;
}
</style>