Shades of Dark Orchid #B230BA
Tints of Dark Orchid #B230BA
RGB
CMYK
RGB Variations
Color information
#B230BA (or 0xB230BA) is known color: Dark Orchid. HEX triplet: B2, 30 and BA. RGB value is (178,48,186). Sum of RGB (Red+Green+Blue) = 178+48+186=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B230BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230BA is #4DCF45. Grayscale: #666666. Windows color (decimal): -5099334 or 12202162. OLE color: 12202162.
HSL color Cylindrical-coordinate representation of color #B230BA: hue angle of 296.52º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B230BA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 48 | 186 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.27 |
| HSL | 296.52º | 0.59% | 0.46% | - |
| HSV(B) | 296.52º | 0.74% | 0.73% | - |
| XYZ | 28.28 | 15.12 | 47.88 | - |
| YUV | 102.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 186 | 0.04 | 0.74 | 0 | 0.27 | 296.52 | 0.59 | 0.46 |
| Hex | B2 | 30 | BA | 4 | 4A | 0 | 1B | 129 | 3B | 2E |
| Octal | 262 | 60 | 272 | 4 | 112 | 0 | 33 | 451 | 73 | 56 |
| Binary | 10110010 | 110000 | 10111010 | 100 | 1001010 | 0 | 11011 | 100101001 | 111011 | 101110 |
Color Harmonies of #B230BA
Complementary color
Monochromatic Colors of #B230BA
Black with #B230BA
Text Example
Text Example
White with #B230BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230BA; }
p { color: rgb(178,48,186); }
H1.HeaderClassName
{
color: #B230BA;
}
.AnyTagClassName
{
color: #B230BA;
}
</style>
background-color css
<style>
a { background-color: #B230BA; }
a { background-color: rgb(178,48,186); }
div.DivClassName
{
background-color: #B230BA;
}
.BgClassName
{
background-color: #B230BA;
}
</style>
border-color css
<style>
span { border-color: #B230BA; }
span { border-color: rgb(178,48,186); }
td.TdClassName
{
border-color: #B230BA;
}
.TagClassName
{
border-color: #B230BA;
}
</style>