Shades of Dark Orchid #B230EC
Tints of Dark Orchid #B230EC
RGB
CMYK
RGB Variations
Color information
#B230EC (or 0xB230EC) is known color: Dark Orchid. HEX triplet: B2, 30 and EC. RGB value is (178,48,236). Sum of RGB (Red+Green+Blue) = 178+48+236=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #B230EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B230EC is #4DCF13. Grayscale: #6B6B6B. Windows color (decimal): -5099284 or 15478962. OLE color: 15478962.
HSL color Cylindrical-coordinate representation of color #B230EC: hue angle of 281.49º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B230EC is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 48 | 236 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.07 |
| HSL | 281.49º | 0.83% | 0.56% | - |
| HSV(B) | 281.49º | 0.8% | 0.93% | - |
| XYZ | 34.56 | 17.64 | 80.94 | - |
| YUV | 108.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 236 | 0.25 | 0.80 | 0 | 0.07 | 281.49 | 0.83 | 0.56 |
| Hex | B2 | 30 | EC | 19 | 50 | 0 | 7 | 119 | 53 | 38 |
| Octal | 262 | 60 | 354 | 31 | 120 | 0 | 7 | 431 | 123 | 70 |
| Binary | 10110010 | 110000 | 11101100 | 11001 | 1010000 | 0 | 111 | 100011001 | 1010011 | 111000 |
Color Harmonies of #B230EC
Complementary color
Monochromatic Colors of #B230EC
Black with #B230EC
Text Example
Text Example
White with #B230EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230EC; }
p { color: rgb(178,48,236); }
H1.HeaderClassName
{
color: #B230EC;
}
.AnyTagClassName
{
color: #B230EC;
}
</style>
background-color css
<style>
a { background-color: #B230EC; }
a { background-color: rgb(178,48,236); }
div.DivClassName
{
background-color: #B230EC;
}
.BgClassName
{
background-color: #B230EC;
}
</style>
border-color css
<style>
span { border-color: #B230EC; }
span { border-color: rgb(178,48,236); }
td.TdClassName
{
border-color: #B230EC;
}
.TagClassName
{
border-color: #B230EC;
}
</style>