Shades of Dark Orchid #B625D5
Tints of Dark Orchid #B625D5
RGB
CMYK
RGB Variations
Color information
#B625D5 (or 0xB625D5) is known color: Dark Orchid. HEX triplet: B6, 25 and D5. RGB value is (182,37,213). Sum of RGB (Red+Green+Blue) = 182+37+213=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #B625D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625D5 is #49DA2A. Grayscale: #636363. Windows color (decimal): -4839979 or 13968822. OLE color: 13968822.
HSL color Cylindrical-coordinate representation of color #B625D5: hue angle of 289.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B625D5 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 37 | 213 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.16 |
| HSL | 289.43º | 0.7% | 0.49% | - |
| HSV(B) | 289.43º | 0.83% | 0.84% | - |
| XYZ | 31.96 | 16.07 | 64.37 | - |
| YUV | 100.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 213 | 0.15 | 0.83 | 0 | 0.16 | 289.43 | 0.7 | 0.49 |
| Hex | B6 | 25 | D5 | F | 53 | 0 | 10 | 121 | 46 | 31 |
| Octal | 266 | 45 | 325 | 17 | 123 | 0 | 20 | 441 | 106 | 61 |
| Binary | 10110110 | 100101 | 11010101 | 1111 | 1010011 | 0 | 10000 | 100100001 | 1000110 | 110001 |
Color Harmonies of #B625D5
Complementary color
Monochromatic Colors of #B625D5
Black with #B625D5
Text Example
Text Example
White with #B625D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B625D5; }
p { color: rgb(182,37,213); }
H1.HeaderClassName
{
color: #B625D5;
}
.AnyTagClassName
{
color: #B625D5;
}
</style>
background-color css
<style>
a { background-color: #B625D5; }
a { background-color: rgb(182,37,213); }
div.DivClassName
{
background-color: #B625D5;
}
.BgClassName
{
background-color: #B625D5;
}
</style>
border-color css
<style>
span { border-color: #B625D5; }
span { border-color: rgb(182,37,213); }
td.TdClassName
{
border-color: #B625D5;
}
.TagClassName
{
border-color: #B625D5;
}
</style>