Shades of Dark Orchid #BB25CC
Tints of Dark Orchid #BB25CC
RGB
CMYK
RGB Variations
Color information
#BB25CC (or 0xBB25CC) is known color: Dark Orchid. HEX triplet: BB, 25 and CC. RGB value is (187,37,204). Sum of RGB (Red+Green+Blue) = 187+37+204=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25CC is #44DA33. Grayscale: #646464. Windows color (decimal): -4512308 or 13379003. OLE color: 13379003.
HSL color Cylindrical-coordinate representation of color #BB25CC: hue angle of 293.89º degrees, saturation: 0.69, 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 #BB25CC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 37 | 204 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.2 |
| HSL | 293.89º | 0.69% | 0.47% | - |
| HSV(B) | 293.89º | 0.82% | 0.8% | - |
| XYZ | 32.05 | 16.25 | 58.57 | - |
| YUV | 100.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 204 | 0.08 | 0.82 | 0 | 0.2 | 293.89 | 0.69 | 0.47 |
| Hex | BB | 25 | CC | 8 | 52 | 0 | 14 | 126 | 45 | 2F |
| Octal | 273 | 45 | 314 | 10 | 122 | 0 | 24 | 446 | 105 | 57 |
| Binary | 10111011 | 100101 | 11001100 | 1000 | 1010010 | 0 | 10100 | 100100110 | 1000101 | 101111 |
Color Harmonies of #BB25CC
Complementary color
Monochromatic Colors of #BB25CC
Black with #BB25CC
Text Example
Text Example
White with #BB25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25CC; }
p { color: rgb(187,37,204); }
H1.HeaderClassName
{
color: #BB25CC;
}
.AnyTagClassName
{
color: #BB25CC;
}
</style>
background-color css
<style>
a { background-color: #BB25CC; }
a { background-color: rgb(187,37,204); }
div.DivClassName
{
background-color: #BB25CC;
}
.BgClassName
{
background-color: #BB25CC;
}
</style>
border-color css
<style>
span { border-color: #BB25CC; }
span { border-color: rgb(187,37,204); }
td.TdClassName
{
border-color: #BB25CC;
}
.TagClassName
{
border-color: #BB25CC;
}
</style>