Shades of Dark Orchid #B825C2
Tints of Dark Orchid #B825C2
RGB
CMYK
RGB Variations
Color information
#B825C2 (or 0xB825C2) is known color: Dark Orchid. HEX triplet: B8, 25 and C2. RGB value is (184,37,194). Sum of RGB (Red+Green+Blue) = 184+37+194=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #B825C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825C2 is #47DA3D. Grayscale: #626262. Windows color (decimal): -4708926 or 12723640. OLE color: 12723640.
HSL color Cylindrical-coordinate representation of color #B825C2: hue angle of 296.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B825C2 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 37 | 194 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.24 |
| HSL | 296.18º | 0.68% | 0.45% | - |
| HSV(B) | 296.18º | 0.81% | 0.76% | - |
| XYZ | 30.17 | 15.41 | 52.42 | - |
| YUV | 98.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 194 | 0.05 | 0.81 | 0 | 0.24 | 296.18 | 0.68 | 0.45 |
| Hex | B8 | 25 | C2 | 5 | 51 | 0 | 18 | 128 | 44 | 2D |
| Octal | 270 | 45 | 302 | 5 | 121 | 0 | 30 | 450 | 104 | 55 |
| Binary | 10111000 | 100101 | 11000010 | 101 | 1010001 | 0 | 11000 | 100101000 | 1000100 | 101101 |
Color Harmonies of #B825C2
Complementary color
Monochromatic Colors of #B825C2
Black with #B825C2
Text Example
Text Example
White with #B825C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825C2; }
p { color: rgb(184,37,194); }
H1.HeaderClassName
{
color: #B825C2;
}
.AnyTagClassName
{
color: #B825C2;
}
</style>
background-color css
<style>
a { background-color: #B825C2; }
a { background-color: rgb(184,37,194); }
div.DivClassName
{
background-color: #B825C2;
}
.BgClassName
{
background-color: #B825C2;
}
</style>
border-color css
<style>
span { border-color: #B825C2; }
span { border-color: rgb(184,37,194); }
td.TdClassName
{
border-color: #B825C2;
}
.TagClassName
{
border-color: #B825C2;
}
</style>