Shades of Dark Orchid #B025C8
Tints of Dark Orchid #B025C8
RGB
CMYK
RGB Variations
Color information
#B025C8 (or 0xB025C8) is known color: Dark Orchid. HEX triplet: B0, 25 and C8. RGB value is (176,37,200). Sum of RGB (Red+Green+Blue) = 176+37+200=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #B025C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B025C8 is #4FDA37. Grayscale: #606060. Windows color (decimal): -5233208 or 13116848. OLE color: 13116848.
HSL color Cylindrical-coordinate representation of color #B025C8: hue angle of 291.17º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B025C8 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 37 | 200 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.22 |
| HSL | 291.17º | 0.69% | 0.46% | - |
| HSV(B) | 291.17º | 0.82% | 0.78% | - |
| XYZ | 28.99 | 14.72 | 55.96 | - |
| YUV | 97.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 200 | 0.12 | 0.82 | 0 | 0.22 | 291.17 | 0.69 | 0.46 |
| Hex | B0 | 25 | C8 | C | 52 | 0 | 16 | 123 | 45 | 2E |
| Octal | 260 | 45 | 310 | 14 | 122 | 0 | 26 | 443 | 105 | 56 |
| Binary | 10110000 | 100101 | 11001000 | 1100 | 1010010 | 0 | 10110 | 100100011 | 1000101 | 101110 |
Color Harmonies of #B025C8
Complementary color
Monochromatic Colors of #B025C8
Black with #B025C8
Text Example
Text Example
White with #B025C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B025C8; }
p { color: rgb(176,37,200); }
H1.HeaderClassName
{
color: #B025C8;
}
.AnyTagClassName
{
color: #B025C8;
}
</style>
background-color css
<style>
a { background-color: #B025C8; }
a { background-color: rgb(176,37,200); }
div.DivClassName
{
background-color: #B025C8;
}
.BgClassName
{
background-color: #B025C8;
}
</style>
border-color css
<style>
span { border-color: #B025C8; }
span { border-color: rgb(176,37,200); }
td.TdClassName
{
border-color: #B025C8;
}
.TagClassName
{
border-color: #B025C8;
}
</style>