Shades of Dark Orchid #B230DF
Tints of Dark Orchid #B230DF
RGB
CMYK
RGB Variations
Color information
#B230DF (or 0xB230DF) is known color: Dark Orchid. HEX triplet: B2, 30 and DF. RGB value is (178,48,223). Sum of RGB (Red+Green+Blue) = 178+48+223=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B230DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230DF is #4DCF20. Grayscale: #6A6A6A. Windows color (decimal): -5099297 or 14626994. OLE color: 14626994.
HSL color Cylindrical-coordinate representation of color #B230DF: hue angle of 284.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B230DF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 48 | 223 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.13 |
| HSL | 284.57º | 0.73% | 0.53% | - |
| HSV(B) | 284.57º | 0.78% | 0.87% | - |
| XYZ | 32.74 | 16.91 | 71.35 | - |
| YUV | 106.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 223 | 0.20 | 0.78 | 0 | 0.13 | 284.57 | 0.73 | 0.53 |
| Hex | B2 | 30 | DF | 14 | 4E | 0 | D | 11D | 49 | 35 |
| Octal | 262 | 60 | 337 | 24 | 116 | 0 | 15 | 435 | 111 | 65 |
| Binary | 10110010 | 110000 | 11011111 | 10100 | 1001110 | 0 | 1101 | 100011101 | 1001001 | 110101 |
Color Harmonies of #B230DF
Complementary color
Monochromatic Colors of #B230DF
Black with #B230DF
Text Example
Text Example
White with #B230DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230DF; }
p { color: rgb(178,48,223); }
H1.HeaderClassName
{
color: #B230DF;
}
.AnyTagClassName
{
color: #B230DF;
}
</style>
background-color css
<style>
a { background-color: #B230DF; }
a { background-color: rgb(178,48,223); }
div.DivClassName
{
background-color: #B230DF;
}
.BgClassName
{
background-color: #B230DF;
}
</style>
border-color css
<style>
span { border-color: #B230DF; }
span { border-color: rgb(178,48,223); }
td.TdClassName
{
border-color: #B230DF;
}
.TagClassName
{
border-color: #B230DF;
}
</style>