Shades of Dark Orchid #B62FDF
Tints of Dark Orchid #B62FDF
RGB
CMYK
RGB Variations
Color information
#B62FDF (or 0xB62FDF) is known color: Dark Orchid. HEX triplet: B6, 2F and DF. RGB value is (182,47,223). Sum of RGB (Red+Green+Blue) = 182+47+223=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #B62FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FDF is #49D020. Grayscale: #6A6A6A. Windows color (decimal): -4837409 or 14626742. OLE color: 14626742.
HSL color Cylindrical-coordinate representation of color #B62FDF: hue angle of 286.02º degrees, saturation: 0.73, 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 #B62FDF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 47 | 223 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.13 |
| HSL | 286.02º | 0.73% | 0.53% | - |
| HSV(B) | 286.02º | 0.79% | 0.87% | - |
| XYZ | 33.63 | 17.31 | 71.38 | - |
| YUV | 107.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 223 | 0.18 | 0.79 | 0 | 0.13 | 286.02 | 0.73 | 0.53 |
| Hex | B6 | 2F | DF | 12 | 4F | 0 | D | 11E | 49 | 35 |
| Octal | 266 | 57 | 337 | 22 | 117 | 0 | 15 | 436 | 111 | 65 |
| Binary | 10110110 | 101111 | 11011111 | 10010 | 1001111 | 0 | 1101 | 100011110 | 1001001 | 110101 |
Color Harmonies of #B62FDF
Complementary color
Monochromatic Colors of #B62FDF
Black with #B62FDF
Text Example
Text Example
White with #B62FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FDF; }
p { color: rgb(182,47,223); }
H1.HeaderClassName
{
color: #B62FDF;
}
.AnyTagClassName
{
color: #B62FDF;
}
</style>
background-color css
<style>
a { background-color: #B62FDF; }
a { background-color: rgb(182,47,223); }
div.DivClassName
{
background-color: #B62FDF;
}
.BgClassName
{
background-color: #B62FDF;
}
</style>
border-color css
<style>
span { border-color: #B62FDF; }
span { border-color: rgb(182,47,223); }
td.TdClassName
{
border-color: #B62FDF;
}
.TagClassName
{
border-color: #B62FDF;
}
</style>