Shades of Dark Orchid #B234CF
Tints of Dark Orchid #B234CF
RGB
CMYK
RGB Variations
Color information
#B234CF (or 0xB234CF) is known color: Dark Orchid. HEX triplet: B2, 34 and CF. RGB value is (178,52,207). Sum of RGB (Red+Green+Blue) = 178+52+207=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #B234CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234CF is #4DCB30. Grayscale: #6A6A6A. Windows color (decimal): -5098289 or 13579442. OLE color: 13579442.
HSL color Cylindrical-coordinate representation of color #B234CF: hue angle of 288.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B234CF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 52 | 207 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.19 |
| HSL | 288.77º | 0.62% | 0.51% | - |
| HSV(B) | 288.77º | 0.75% | 0.81% | - |
| XYZ | 30.85 | 16.43 | 60.58 | - |
| YUV | 107.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 207 | 0.14 | 0.75 | 0 | 0.19 | 288.77 | 0.62 | 0.51 |
| Hex | B2 | 34 | CF | E | 4B | 0 | 13 | 121 | 3E | 33 |
| Octal | 262 | 64 | 317 | 16 | 113 | 0 | 23 | 441 | 76 | 63 |
| Binary | 10110010 | 110100 | 11001111 | 1110 | 1001011 | 0 | 10011 | 100100001 | 111110 | 110011 |
Color Harmonies of #B234CF
Complementary color
Monochromatic Colors of #B234CF
Black with #B234CF
Text Example
Text Example
White with #B234CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234CF; }
p { color: rgb(178,52,207); }
H1.HeaderClassName
{
color: #B234CF;
}
.AnyTagClassName
{
color: #B234CF;
}
</style>
background-color css
<style>
a { background-color: #B234CF; }
a { background-color: rgb(178,52,207); }
div.DivClassName
{
background-color: #B234CF;
}
.BgClassName
{
background-color: #B234CF;
}
</style>
border-color css
<style>
span { border-color: #B234CF; }
span { border-color: rgb(178,52,207); }
td.TdClassName
{
border-color: #B234CF;
}
.TagClassName
{
border-color: #B234CF;
}
</style>