Shades of Dark Orchid #B623CC
Tints of Dark Orchid #B623CC
RGB
CMYK
RGB Variations
Color information
#B623CC (or 0xB623CC) is known color: Dark Orchid. HEX triplet: B6, 23 and CC. RGB value is (182,35,204). Sum of RGB (Red+Green+Blue) = 182+35+204=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #B623CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623CC is #49DC33. Grayscale: #616161. Windows color (decimal): -4840500 or 13378486. OLE color: 13378486.
HSL color Cylindrical-coordinate representation of color #B623CC: hue angle of 292.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B623CC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 35 | 204 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.2 |
| HSL | 292.19º | 0.71% | 0.47% | - |
| HSV(B) | 292.19º | 0.83% | 0.8% | - |
| XYZ | 30.79 | 15.51 | 58.5 | - |
| YUV | 98.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 204 | 0.11 | 0.83 | 0 | 0.2 | 292.19 | 0.71 | 0.47 |
| Hex | B6 | 23 | CC | B | 53 | 0 | 14 | 124 | 47 | 2F |
| Octal | 266 | 43 | 314 | 13 | 123 | 0 | 24 | 444 | 107 | 57 |
| Binary | 10110110 | 100011 | 11001100 | 1011 | 1010011 | 0 | 10100 | 100100100 | 1000111 | 101111 |
Color Harmonies of #B623CC
Complementary color
Monochromatic Colors of #B623CC
Black with #B623CC
Text Example
Text Example
White with #B623CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623CC; }
p { color: rgb(182,35,204); }
H1.HeaderClassName
{
color: #B623CC;
}
.AnyTagClassName
{
color: #B623CC;
}
</style>
background-color css
<style>
a { background-color: #B623CC; }
a { background-color: rgb(182,35,204); }
div.DivClassName
{
background-color: #B623CC;
}
.BgClassName
{
background-color: #B623CC;
}
</style>
border-color css
<style>
span { border-color: #B623CC; }
span { border-color: rgb(182,35,204); }
td.TdClassName
{
border-color: #B623CC;
}
.TagClassName
{
border-color: #B623CC;
}
</style>