Shades of Dark Orchid #B238CC
Tints of Dark Orchid #B238CC
RGB
CMYK
RGB Variations
Color information
#B238CC (or 0xB238CC) is known color: Dark Orchid. HEX triplet: B2, 38 and CC. RGB value is (178,56,204). Sum of RGB (Red+Green+Blue) = 178+56+204=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B238CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238CC is #4DC733. Grayscale: #6C6C6C. Windows color (decimal): -5097268 or 13383858. OLE color: 13383858.
HSL color Cylindrical-coordinate representation of color #B238CC: hue angle of 289.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B238CC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 56 | 204 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.2 |
| HSL | 289.46º | 0.59% | 0.51% | - |
| HSV(B) | 289.46º | 0.73% | 0.8% | - |
| XYZ | 30.67 | 16.65 | 58.72 | - |
| YUV | 109.35 | 181.42 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 204 | 0.13 | 0.73 | 0 | 0.2 | 289.46 | 0.59 | 0.51 |
| Hex | B2 | 38 | CC | D | 49 | 0 | 14 | 121 | 3B | 33 |
| Octal | 262 | 70 | 314 | 15 | 111 | 0 | 24 | 441 | 73 | 63 |
| Binary | 10110010 | 111000 | 11001100 | 1101 | 1001001 | 0 | 10100 | 100100001 | 111011 | 110011 |
Color Harmonies of #B238CC
Complementary color
Monochromatic Colors of #B238CC
Black with #B238CC
Text Example
Text Example
White with #B238CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238CC; }
p { color: rgb(178,56,204); }
H1.HeaderClassName
{
color: #B238CC;
}
.AnyTagClassName
{
color: #B238CC;
}
</style>
background-color css
<style>
a { background-color: #B238CC; }
a { background-color: rgb(178,56,204); }
div.DivClassName
{
background-color: #B238CC;
}
.BgClassName
{
background-color: #B238CC;
}
</style>
border-color css
<style>
span { border-color: #B238CC; }
span { border-color: rgb(178,56,204); }
td.TdClassName
{
border-color: #B238CC;
}
.TagClassName
{
border-color: #B238CC;
}
</style>