Shades of Dark Orchid #B234D0
Tints of Dark Orchid #B234D0
RGB
CMYK
RGB Variations
Color information
#B234D0 (or 0xB234D0) is known color: Dark Orchid. HEX triplet: B2, 34 and D0. RGB value is (178,52,208). Sum of RGB (Red+Green+Blue) = 178+52+208=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #B234D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234D0 is #4DCB2F. Grayscale: #6A6A6A. Windows color (decimal): -5098288 or 13644978. OLE color: 13644978.
HSL color Cylindrical-coordinate representation of color #B234D0: hue angle of 288.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B234D0 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 52 | 208 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.18 |
| HSL | 288.46º | 0.62% | 0.51% | - |
| HSV(B) | 288.46º | 0.75% | 0.82% | - |
| XYZ | 30.97 | 16.48 | 61.22 | - |
| YUV | 107.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 208 | 0.14 | 0.75 | 0 | 0.18 | 288.46 | 0.62 | 0.51 |
| Hex | B2 | 34 | D0 | E | 4B | 0 | 12 | 120 | 3E | 33 |
| Octal | 262 | 64 | 320 | 16 | 113 | 0 | 22 | 440 | 76 | 63 |
| Binary | 10110010 | 110100 | 11010000 | 1110 | 1001011 | 0 | 10010 | 100100000 | 111110 | 110011 |
Color Harmonies of #B234D0
Complementary color
Monochromatic Colors of #B234D0
Black with #B234D0
Text Example
Text Example
White with #B234D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234D0; }
p { color: rgb(178,52,208); }
H1.HeaderClassName
{
color: #B234D0;
}
.AnyTagClassName
{
color: #B234D0;
}
</style>
background-color css
<style>
a { background-color: #B234D0; }
a { background-color: rgb(178,52,208); }
div.DivClassName
{
background-color: #B234D0;
}
.BgClassName
{
background-color: #B234D0;
}
</style>
border-color css
<style>
span { border-color: #B234D0; }
span { border-color: rgb(178,52,208); }
td.TdClassName
{
border-color: #B234D0;
}
.TagClassName
{
border-color: #B234D0;
}
</style>