Shades of Dark Orchid #BC26CC
Tints of Dark Orchid #BC26CC
RGB
CMYK
RGB Variations
Color information
#BC26CC (or 0xBC26CC) is known color: Dark Orchid. HEX triplet: BC, 26 and CC. RGB value is (188,38,204). Sum of RGB (Red+Green+Blue) = 188+38+204=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC26CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26CC is #43D933. Grayscale: #656565. Windows color (decimal): -4446516 or 13379260. OLE color: 13379260.
HSL color Cylindrical-coordinate representation of color #BC26CC: hue angle of 294.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC26CC is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 38 | 204 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.2 |
| HSL | 294.22º | 0.69% | 0.47% | - |
| HSV(B) | 294.22º | 0.81% | 0.8% | - |
| XYZ | 32.33 | 16.44 | 58.6 | - |
| YUV | 101.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 204 | 0.08 | 0.81 | 0 | 0.2 | 294.22 | 0.69 | 0.47 |
| Hex | BC | 26 | CC | 8 | 51 | 0 | 14 | 126 | 45 | 2F |
| Octal | 274 | 46 | 314 | 10 | 121 | 0 | 24 | 446 | 105 | 57 |
| Binary | 10111100 | 100110 | 11001100 | 1000 | 1010001 | 0 | 10100 | 100100110 | 1000101 | 101111 |
Color Harmonies of #BC26CC
Complementary color
Monochromatic Colors of #BC26CC
Black with #BC26CC
Text Example
Text Example
White with #BC26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26CC; }
p { color: rgb(188,38,204); }
H1.HeaderClassName
{
color: #BC26CC;
}
.AnyTagClassName
{
color: #BC26CC;
}
</style>
background-color css
<style>
a { background-color: #BC26CC; }
a { background-color: rgb(188,38,204); }
div.DivClassName
{
background-color: #BC26CC;
}
.BgClassName
{
background-color: #BC26CC;
}
</style>
border-color css
<style>
span { border-color: #BC26CC; }
span { border-color: rgb(188,38,204); }
td.TdClassName
{
border-color: #BC26CC;
}
.TagClassName
{
border-color: #BC26CC;
}
</style>