Shades of Dark Orchid #B624CC
Tints of Dark Orchid #B624CC
RGB
CMYK
RGB Variations
Color information
#B624CC (or 0xB624CC) is known color: Dark Orchid. HEX triplet: B6, 24 and CC. RGB value is (182,36,204). Sum of RGB (Red+Green+Blue) = 182+36+204=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #B624CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624CC is #49DB33. Grayscale: #626262. Windows color (decimal): -4840244 or 13378742. OLE color: 13378742.
HSL color Cylindrical-coordinate representation of color #B624CC: hue angle of 292.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B624CC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 36 | 204 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.2 |
| HSL | 292.14º | 0.7% | 0.47% | - |
| HSV(B) | 292.14º | 0.82% | 0.8% | - |
| XYZ | 30.82 | 15.57 | 58.51 | - |
| YUV | 98.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 204 | 0.11 | 0.82 | 0 | 0.2 | 292.14 | 0.7 | 0.47 |
| Hex | B6 | 24 | CC | B | 52 | 0 | 14 | 124 | 46 | 2F |
| Octal | 266 | 44 | 314 | 13 | 122 | 0 | 24 | 444 | 106 | 57 |
| Binary | 10110110 | 100100 | 11001100 | 1011 | 1010010 | 0 | 10100 | 100100100 | 1000110 | 101111 |
Color Harmonies of #B624CC
Complementary color
Monochromatic Colors of #B624CC
Black with #B624CC
Text Example
Text Example
White with #B624CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B624CC; }
p { color: rgb(182,36,204); }
H1.HeaderClassName
{
color: #B624CC;
}
.AnyTagClassName
{
color: #B624CC;
}
</style>
background-color css
<style>
a { background-color: #B624CC; }
a { background-color: rgb(182,36,204); }
div.DivClassName
{
background-color: #B624CC;
}
.BgClassName
{
background-color: #B624CC;
}
</style>
border-color css
<style>
span { border-color: #B624CC; }
span { border-color: rgb(182,36,204); }
td.TdClassName
{
border-color: #B624CC;
}
.TagClassName
{
border-color: #B624CC;
}
</style>