Shades of Dark Orchid #B230CB
Tints of Dark Orchid #B230CB
RGB
CMYK
RGB Variations
Color information
#B230CB (or 0xB230CB) is known color: Dark Orchid. HEX triplet: B2, 30 and CB. RGB value is (178,48,203). Sum of RGB (Red+Green+Blue) = 178+48+203=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #B230CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230CB is #4DCF34. Grayscale: #686868. Windows color (decimal): -5099317 or 13316274. OLE color: 13316274.
HSL color Cylindrical-coordinate representation of color #B230CB: hue angle of 290.32º degrees, saturation: 0.62, 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 #B230CB is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 48 | 203 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.20 |
| HSL | 290.32º | 0.62% | 0.49% | - |
| HSV(B) | 290.32º | 0.76% | 0.8% | - |
| XYZ | 30.2 | 15.89 | 57.98 | - |
| YUV | 104.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 203 | 0.12 | 0.76 | 0 | 0.20 | 290.32 | 0.62 | 0.49 |
| Hex | B2 | 30 | CB | C | 4C | 0 | 14 | 122 | 3E | 31 |
| Octal | 262 | 60 | 313 | 14 | 114 | 0 | 24 | 442 | 76 | 61 |
| Binary | 10110010 | 110000 | 11001011 | 1100 | 1001100 | 0 | 10100 | 100100010 | 111110 | 110001 |
Color Harmonies of #B230CB
Complementary color
Monochromatic Colors of #B230CB
Black with #B230CB
Text Example
Text Example
White with #B230CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230CB; }
p { color: rgb(178,48,203); }
H1.HeaderClassName
{
color: #B230CB;
}
.AnyTagClassName
{
color: #B230CB;
}
</style>
background-color css
<style>
a { background-color: #B230CB; }
a { background-color: rgb(178,48,203); }
div.DivClassName
{
background-color: #B230CB;
}
.BgClassName
{
background-color: #B230CB;
}
</style>
border-color css
<style>
span { border-color: #B230CB; }
span { border-color: rgb(178,48,203); }
td.TdClassName
{
border-color: #B230CB;
}
.TagClassName
{
border-color: #B230CB;
}
</style>