Shades of Dark Orchid #B238CB
Tints of Dark Orchid #B238CB
RGB
CMYK
RGB Variations
Color information
#B238CB (or 0xB238CB) is known color: Dark Orchid. HEX triplet: B2, 38 and CB. RGB value is (178,56,203). Sum of RGB (Red+Green+Blue) = 178+56+203=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #B238CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238CB is #4DC734. Grayscale: #6C6C6C. Windows color (decimal): -5097269 or 13318322. OLE color: 13318322.
HSL color Cylindrical-coordinate representation of color #B238CB: hue angle of 289.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B238CB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 56 | 203 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.20 |
| HSL | 289.8º | 0.59% | 0.51% | - |
| HSV(B) | 289.8º | 0.72% | 0.8% | - |
| XYZ | 30.55 | 16.61 | 58.09 | - |
| YUV | 109.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 203 | 0.12 | 0.72 | 0 | 0.20 | 289.8 | 0.59 | 0.51 |
| Hex | B2 | 38 | CB | C | 48 | 0 | 14 | 122 | 3B | 33 |
| Octal | 262 | 70 | 313 | 14 | 110 | 0 | 24 | 442 | 73 | 63 |
| Binary | 10110010 | 111000 | 11001011 | 1100 | 1001000 | 0 | 10100 | 100100010 | 111011 | 110011 |
Color Harmonies of #B238CB
Complementary color
Monochromatic Colors of #B238CB
Black with #B238CB
Text Example
Text Example
White with #B238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238CB; }
p { color: rgb(178,56,203); }
H1.HeaderClassName
{
color: #B238CB;
}
.AnyTagClassName
{
color: #B238CB;
}
</style>
background-color css
<style>
a { background-color: #B238CB; }
a { background-color: rgb(178,56,203); }
div.DivClassName
{
background-color: #B238CB;
}
.BgClassName
{
background-color: #B238CB;
}
</style>
border-color css
<style>
span { border-color: #B238CB; }
span { border-color: rgb(178,56,203); }
td.TdClassName
{
border-color: #B238CB;
}
.TagClassName
{
border-color: #B238CB;
}
</style>