Shades of Dark Orchid #B234D5
Tints of Dark Orchid #B234D5
RGB
CMYK
RGB Variations
Color information
#B234D5 (or 0xB234D5) is known color: Dark Orchid. HEX triplet: B2, 34 and D5. RGB value is (178,52,213). Sum of RGB (Red+Green+Blue) = 178+52+213=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #B234D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234D5 is #4DCB2A. Grayscale: #6B6B6B. Windows color (decimal): -5098283 or 13972658. OLE color: 13972658.
HSL color Cylindrical-coordinate representation of color #B234D5: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B234D5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 52 | 213 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.16 |
| HSL | 286.96º | 0.66% | 0.52% | - |
| HSV(B) | 286.96º | 0.76% | 0.84% | - |
| XYZ | 31.6 | 16.73 | 64.51 | - |
| YUV | 108.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 213 | 0.16 | 0.76 | 0 | 0.16 | 286.96 | 0.66 | 0.52 |
| Hex | B2 | 34 | D5 | 10 | 4C | 0 | 10 | 11F | 42 | 34 |
| Octal | 262 | 64 | 325 | 20 | 114 | 0 | 20 | 437 | 102 | 64 |
| Binary | 10110010 | 110100 | 11010101 | 10000 | 1001100 | 0 | 10000 | 100011111 | 1000010 | 110100 |
Color Harmonies of #B234D5
Complementary color
Monochromatic Colors of #B234D5
Black with #B234D5
Text Example
Text Example
White with #B234D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234D5; }
p { color: rgb(178,52,213); }
H1.HeaderClassName
{
color: #B234D5;
}
.AnyTagClassName
{
color: #B234D5;
}
</style>
background-color css
<style>
a { background-color: #B234D5; }
a { background-color: rgb(178,52,213); }
div.DivClassName
{
background-color: #B234D5;
}
.BgClassName
{
background-color: #B234D5;
}
</style>
border-color css
<style>
span { border-color: #B234D5; }
span { border-color: rgb(178,52,213); }
td.TdClassName
{
border-color: #B234D5;
}
.TagClassName
{
border-color: #B234D5;
}
</style>