Shades of Dark Orchid #B231EE
Tints of Dark Orchid #B231EE
RGB
CMYK
RGB Variations
Color information
#B231EE (or 0xB231EE) is known color: Dark Orchid. HEX triplet: B2, 31 and EE. RGB value is (178,49,238). Sum of RGB (Red+Green+Blue) = 178+49+238=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #B231EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B231EE is #4DCE11. Grayscale: #6C6C6C. Windows color (decimal): -5099026 or 15610290. OLE color: 15610290.
HSL color Cylindrical-coordinate representation of color #B231EE: hue angle of 280.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B231EE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 49 | 238 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.07 |
| HSL | 280.95º | 0.85% | 0.56% | - |
| HSV(B) | 280.95º | 0.79% | 0.93% | - |
| XYZ | 34.89 | 17.83 | 82.49 | - |
| YUV | 109.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 238 | 0.25 | 0.79 | 0 | 0.07 | 280.95 | 0.85 | 0.56 |
| Hex | B2 | 31 | EE | 19 | 4F | 0 | 7 | 119 | 55 | 38 |
| Octal | 262 | 61 | 356 | 31 | 117 | 0 | 7 | 431 | 125 | 70 |
| Binary | 10110010 | 110001 | 11101110 | 11001 | 1001111 | 0 | 111 | 100011001 | 1010101 | 111000 |
Color Harmonies of #B231EE
Complementary color
Monochromatic Colors of #B231EE
Black with #B231EE
Text Example
Text Example
White with #B231EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231EE; }
p { color: rgb(178,49,238); }
H1.HeaderClassName
{
color: #B231EE;
}
.AnyTagClassName
{
color: #B231EE;
}
</style>
background-color css
<style>
a { background-color: #B231EE; }
a { background-color: rgb(178,49,238); }
div.DivClassName
{
background-color: #B231EE;
}
.BgClassName
{
background-color: #B231EE;
}
</style>
border-color css
<style>
span { border-color: #B231EE; }
span { border-color: rgb(178,49,238); }
td.TdClassName
{
border-color: #B231EE;
}
.TagClassName
{
border-color: #B231EE;
}
</style>