Shades of Dark Orchid #B232BB
Tints of Dark Orchid #B232BB
RGB
CMYK
RGB Variations
Color information
#B232BB (or 0xB232BB) is known color: Dark Orchid. HEX triplet: B2, 32 and BB. RGB value is (178,50,187). Sum of RGB (Red+Green+Blue) = 178+50+187=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #B232BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BB is #4DCD44. Grayscale: #676767. Windows color (decimal): -5098821 or 12268210. OLE color: 12268210.
HSL color Cylindrical-coordinate representation of color #B232BB: hue angle of 296.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B232BB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 50 | 187 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.27 |
| HSL | 296.06º | 0.58% | 0.46% | - |
| HSV(B) | 296.06º | 0.73% | 0.73% | - |
| XYZ | 28.47 | 15.33 | 48.47 | - |
| YUV | 103.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 187 | 0.05 | 0.73 | 0 | 0.27 | 296.06 | 0.58 | 0.46 |
| Hex | B2 | 32 | BB | 5 | 49 | 0 | 1B | 128 | 3A | 2E |
| Octal | 262 | 62 | 273 | 5 | 111 | 0 | 33 | 450 | 72 | 56 |
| Binary | 10110010 | 110010 | 10111011 | 101 | 1001001 | 0 | 11011 | 100101000 | 111010 | 101110 |
Color Harmonies of #B232BB
Complementary color
Monochromatic Colors of #B232BB
Black with #B232BB
Text Example
Text Example
White with #B232BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232BB; }
p { color: rgb(178,50,187); }
H1.HeaderClassName
{
color: #B232BB;
}
.AnyTagClassName
{
color: #B232BB;
}
</style>
background-color css
<style>
a { background-color: #B232BB; }
a { background-color: rgb(178,50,187); }
div.DivClassName
{
background-color: #B232BB;
}
.BgClassName
{
background-color: #B232BB;
}
</style>
border-color css
<style>
span { border-color: #B232BB; }
span { border-color: rgb(178,50,187); }
td.TdClassName
{
border-color: #B232BB;
}
.TagClassName
{
border-color: #B232BB;
}
</style>