Shades of Dark Orchid #B234F2
Tints of Dark Orchid #B234F2
RGB
CMYK
RGB Variations
Color information
#B234F2 (or 0xB234F2) is known color: Dark Orchid. HEX triplet: B2, 34 and F2. RGB value is (178,52,242). Sum of RGB (Red+Green+Blue) = 178+52+242=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #B234F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B234F2 is #4DCB0D. Grayscale: #6E6E6E. Windows color (decimal): -5098254 or 15873202. OLE color: 15873202.
HSL color Cylindrical-coordinate representation of color #B234F2: hue angle of 279.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B234F2 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 52 | 242 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.05 |
| HSL | 279.79º | 0.88% | 0.58% | - |
| HSV(B) | 279.79º | 0.79% | 0.95% | - |
| XYZ | 35.62 | 18.33 | 85.67 | - |
| YUV | 111.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 242 | 0.26 | 0.79 | 0 | 0.05 | 279.79 | 0.88 | 0.58 |
| Hex | B2 | 34 | F2 | 1A | 4F | 0 | 5 | 118 | 58 | 3A |
| Octal | 262 | 64 | 362 | 32 | 117 | 0 | 5 | 430 | 130 | 72 |
| Binary | 10110010 | 110100 | 11110010 | 11010 | 1001111 | 0 | 101 | 100011000 | 1011000 | 111010 |
Color Harmonies of #B234F2
Complementary color
Monochromatic Colors of #B234F2
Black with #B234F2
Text Example
Text Example
White with #B234F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B234F2; }
p { color: rgb(178,52,242); }
H1.HeaderClassName
{
color: #B234F2;
}
.AnyTagClassName
{
color: #B234F2;
}
</style>
background-color css
<style>
a { background-color: #B234F2; }
a { background-color: rgb(178,52,242); }
div.DivClassName
{
background-color: #B234F2;
}
.BgClassName
{
background-color: #B234F2;
}
</style>
border-color css
<style>
span { border-color: #B234F2; }
span { border-color: rgb(178,52,242); }
td.TdClassName
{
border-color: #B234F2;
}
.TagClassName
{
border-color: #B234F2;
}
</style>