Shades of Dark Orchid #B230BC
Tints of Dark Orchid #B230BC
RGB
CMYK
RGB Variations
Color information
#B230BC (or 0xB230BC) is known color: Dark Orchid. HEX triplet: B2, 30 and BC. RGB value is (178,48,188). Sum of RGB (Red+Green+Blue) = 178+48+188=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #B230BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230BC is #4DCF43. Grayscale: #666666. Windows color (decimal): -5099332 or 12333234. OLE color: 12333234.
HSL color Cylindrical-coordinate representation of color #B230BC: hue angle of 295.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B230BC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 48 | 188 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.26 |
| HSL | 295.71º | 0.59% | 0.46% | - |
| HSV(B) | 295.71º | 0.74% | 0.74% | - |
| XYZ | 28.49 | 15.21 | 49.01 | - |
| YUV | 102.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 188 | 0.05 | 0.74 | 0 | 0.26 | 295.71 | 0.59 | 0.46 |
| Hex | B2 | 30 | BC | 5 | 4A | 0 | 1A | 128 | 3B | 2E |
| Octal | 262 | 60 | 274 | 5 | 112 | 0 | 32 | 450 | 73 | 56 |
| Binary | 10110010 | 110000 | 10111100 | 101 | 1001010 | 0 | 11010 | 100101000 | 111011 | 101110 |
Color Harmonies of #B230BC
Complementary color
Monochromatic Colors of #B230BC
Black with #B230BC
Text Example
Text Example
White with #B230BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230BC; }
p { color: rgb(178,48,188); }
H1.HeaderClassName
{
color: #B230BC;
}
.AnyTagClassName
{
color: #B230BC;
}
</style>
background-color css
<style>
a { background-color: #B230BC; }
a { background-color: rgb(178,48,188); }
div.DivClassName
{
background-color: #B230BC;
}
.BgClassName
{
background-color: #B230BC;
}
</style>
border-color css
<style>
span { border-color: #B230BC; }
span { border-color: rgb(178,48,188); }
td.TdClassName
{
border-color: #B230BC;
}
.TagClassName
{
border-color: #B230BC;
}
</style>