Shades of Dark Orchid #B238DD
Tints of Dark Orchid #B238DD
RGB
CMYK
RGB Variations
Color information
#B238DD (or 0xB238DD) is known color: Dark Orchid. HEX triplet: B2, 38 and DD. RGB value is (178,56,221). Sum of RGB (Red+Green+Blue) = 178+56+221=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #B238DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238DD is #4DC722. Grayscale: #6E6E6E. Windows color (decimal): -5097251 or 14497970. OLE color: 14497970.
HSL color Cylindrical-coordinate representation of color #B238DD: hue angle of 284.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B238DD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 56 | 221 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.13 |
| HSL | 284.36º | 0.71% | 0.54% | - |
| HSV(B) | 284.36º | 0.75% | 0.87% | - |
| XYZ | 32.83 | 17.51 | 70.06 | - |
| YUV | 111.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 221 | 0.19 | 0.75 | 0 | 0.13 | 284.36 | 0.71 | 0.54 |
| Hex | B2 | 38 | DD | 13 | 4B | 0 | D | 11C | 47 | 36 |
| Octal | 262 | 70 | 335 | 23 | 113 | 0 | 15 | 434 | 107 | 66 |
| Binary | 10110010 | 111000 | 11011101 | 10011 | 1001011 | 0 | 1101 | 100011100 | 1000111 | 110110 |
Color Harmonies of #B238DD
Complementary color
Monochromatic Colors of #B238DD
Black with #B238DD
Text Example
Text Example
White with #B238DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238DD; }
p { color: rgb(178,56,221); }
H1.HeaderClassName
{
color: #B238DD;
}
.AnyTagClassName
{
color: #B238DD;
}
</style>
background-color css
<style>
a { background-color: #B238DD; }
a { background-color: rgb(178,56,221); }
div.DivClassName
{
background-color: #B238DD;
}
.BgClassName
{
background-color: #B238DD;
}
</style>
border-color css
<style>
span { border-color: #B238DD; }
span { border-color: rgb(178,56,221); }
td.TdClassName
{
border-color: #B238DD;
}
.TagClassName
{
border-color: #B238DD;
}
</style>