Shades of Dark Orchid #B230BD
Tints of Dark Orchid #B230BD
RGB
CMYK
RGB Variations
Color information
#B230BD (or 0xB230BD) is known color: Dark Orchid. HEX triplet: B2, 30 and BD. RGB value is (178,48,189). Sum of RGB (Red+Green+Blue) = 178+48+189=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #B230BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230BD is #4DCF42. Grayscale: #666666. Windows color (decimal): -5099331 or 12398770. OLE color: 12398770.
HSL color Cylindrical-coordinate representation of color #B230BD: hue angle of 295.32º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B230BD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 48 | 189 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.26 |
| HSL | 295.32º | 0.59% | 0.46% | - |
| HSV(B) | 295.32º | 0.75% | 0.74% | - |
| XYZ | 28.6 | 15.25 | 49.58 | - |
| YUV | 102.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 189 | 0.06 | 0.75 | 0 | 0.26 | 295.32 | 0.59 | 0.46 |
| Hex | B2 | 30 | BD | 6 | 4B | 0 | 1A | 127 | 3B | 2E |
| Octal | 262 | 60 | 275 | 6 | 113 | 0 | 32 | 447 | 73 | 56 |
| Binary | 10110010 | 110000 | 10111101 | 110 | 1001011 | 0 | 11010 | 100100111 | 111011 | 101110 |
Color Harmonies of #B230BD
Complementary color
Monochromatic Colors of #B230BD
Black with #B230BD
Text Example
Text Example
White with #B230BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230BD; }
p { color: rgb(178,48,189); }
H1.HeaderClassName
{
color: #B230BD;
}
.AnyTagClassName
{
color: #B230BD;
}
</style>
background-color css
<style>
a { background-color: #B230BD; }
a { background-color: rgb(178,48,189); }
div.DivClassName
{
background-color: #B230BD;
}
.BgClassName
{
background-color: #B230BD;
}
</style>
border-color css
<style>
span { border-color: #B230BD; }
span { border-color: rgb(178,48,189); }
td.TdClassName
{
border-color: #B230BD;
}
.TagClassName
{
border-color: #B230BD;
}
</style>