Shades of Dark Orchid #B325B5
Tints of Dark Orchid #B325B5
RGB
CMYK
RGB Variations
Color information
#B325B5 (or 0xB325B5) is known color: Dark Orchid. HEX triplet: B3, 25 and B5. RGB value is (179,37,181). Sum of RGB (Red+Green+Blue) = 179+37+181=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #B325B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325B5 is #4CDA4A. Grayscale: #5F5F5F. Windows color (decimal): -5036619 or 11871667. OLE color: 11871667.
HSL color Cylindrical-coordinate representation of color #B325B5: hue angle of 299.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B325B5 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 37 | 181 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.29 |
| HSL | 299.17º | 0.66% | 0.43% | - |
| HSV(B) | 299.17º | 0.8% | 0.71% | - |
| XYZ | 27.59 | 14.24 | 45.01 | - |
| YUV | 95.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 181 | 0.01 | 0.80 | 0 | 0.29 | 299.17 | 0.66 | 0.43 |
| Hex | B3 | 25 | B5 | 1 | 50 | 0 | 1D | 12B | 42 | 2B |
| Octal | 263 | 45 | 265 | 1 | 120 | 0 | 35 | 453 | 102 | 53 |
| Binary | 10110011 | 100101 | 10110101 | 1 | 1010000 | 0 | 11101 | 100101011 | 1000010 | 101011 |
Color Harmonies of #B325B5
Complementary color
Monochromatic Colors of #B325B5
Black with #B325B5
Text Example
Text Example
White with #B325B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B325B5; }
p { color: rgb(179,37,181); }
H1.HeaderClassName
{
color: #B325B5;
}
.AnyTagClassName
{
color: #B325B5;
}
</style>
background-color css
<style>
a { background-color: #B325B5; }
a { background-color: rgb(179,37,181); }
div.DivClassName
{
background-color: #B325B5;
}
.BgClassName
{
background-color: #B325B5;
}
</style>
border-color css
<style>
span { border-color: #B325B5; }
span { border-color: rgb(179,37,181); }
td.TdClassName
{
border-color: #B325B5;
}
.TagClassName
{
border-color: #B325B5;
}
</style>