Shades of Dark Orchid #B231CB
Tints of Dark Orchid #B231CB
RGB
CMYK
RGB Variations
Color information
#B231CB (or 0xB231CB) is known color: Dark Orchid. HEX triplet: B2, 31 and CB. RGB value is (178,49,203). Sum of RGB (Red+Green+Blue) = 178+49+203=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B231CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CB is #4DCE34. Grayscale: #686868. Windows color (decimal): -5099061 or 13316530. OLE color: 13316530.
HSL color Cylindrical-coordinate representation of color #B231CB: hue angle of 290.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B231CB is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 49 | 203 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.20 |
| HSL | 290.26º | 0.61% | 0.49% | - |
| HSV(B) | 290.26º | 0.76% | 0.8% | - |
| XYZ | 30.24 | 15.97 | 57.99 | - |
| YUV | 105.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 203 | 0.12 | 0.76 | 0 | 0.20 | 290.26 | 0.61 | 0.49 |
| Hex | B2 | 31 | CB | C | 4C | 0 | 14 | 122 | 3D | 31 |
| Octal | 262 | 61 | 313 | 14 | 114 | 0 | 24 | 442 | 75 | 61 |
| Binary | 10110010 | 110001 | 11001011 | 1100 | 1001100 | 0 | 10100 | 100100010 | 111101 | 110001 |
Color Harmonies of #B231CB
Complementary color
Monochromatic Colors of #B231CB
Black with #B231CB
Text Example
Text Example
White with #B231CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231CB; }
p { color: rgb(178,49,203); }
H1.HeaderClassName
{
color: #B231CB;
}
.AnyTagClassName
{
color: #B231CB;
}
</style>
background-color css
<style>
a { background-color: #B231CB; }
a { background-color: rgb(178,49,203); }
div.DivClassName
{
background-color: #B231CB;
}
.BgClassName
{
background-color: #B231CB;
}
</style>
border-color css
<style>
span { border-color: #B231CB; }
span { border-color: rgb(178,49,203); }
td.TdClassName
{
border-color: #B231CB;
}
.TagClassName
{
border-color: #B231CB;
}
</style>