Shades of Dark Orchid #B230CC
Tints of Dark Orchid #B230CC
RGB
CMYK
RGB Variations
Color information
#B230CC (or 0xB230CC) is known color: Dark Orchid. HEX triplet: B2, 30 and CC. RGB value is (178,48,204). Sum of RGB (Red+Green+Blue) = 178+48+204=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #B230CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230CC is #4DCF33. Grayscale: #686868. Windows color (decimal): -5099316 or 13381810. OLE color: 13381810.
HSL color Cylindrical-coordinate representation of color #B230CC: hue angle of 290º 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 #B230CC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 48 | 204 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.2 |
| HSL | 290º | 0.62% | 0.49% | - |
| HSV(B) | 290º | 0.76% | 0.8% | - |
| XYZ | 30.32 | 15.94 | 58.61 | - |
| YUV | 104.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 204 | 0.13 | 0.76 | 0 | 0.2 | 290 | 0.62 | 0.49 |
| Hex | B2 | 30 | CC | D | 4C | 0 | 14 | 122 | 3E | 31 |
| Octal | 262 | 60 | 314 | 15 | 114 | 0 | 24 | 442 | 76 | 61 |
| Binary | 10110010 | 110000 | 11001100 | 1101 | 1001100 | 0 | 10100 | 100100010 | 111110 | 110001 |
Color Harmonies of #B230CC
Complementary color
Monochromatic Colors of #B230CC
Black with #B230CC
Text Example
Text Example
White with #B230CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230CC; }
p { color: rgb(178,48,204); }
H1.HeaderClassName
{
color: #B230CC;
}
.AnyTagClassName
{
color: #B230CC;
}
</style>
background-color css
<style>
a { background-color: #B230CC; }
a { background-color: rgb(178,48,204); }
div.DivClassName
{
background-color: #B230CC;
}
.BgClassName
{
background-color: #B230CC;
}
</style>
border-color css
<style>
span { border-color: #B230CC; }
span { border-color: rgb(178,48,204); }
td.TdClassName
{
border-color: #B230CC;
}
.TagClassName
{
border-color: #B230CC;
}
</style>