Shades of Dark Orchid #B233ED
Tints of Dark Orchid #B233ED
RGB
CMYK
RGB Variations
Color information
#B233ED (or 0xB233ED) is known color: Dark Orchid. HEX triplet: B2, 33 and ED. RGB value is (178,51,237). Sum of RGB (Red+Green+Blue) = 178+51+237=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B233ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B233ED is #4DCC12. Grayscale: #6D6D6D. Windows color (decimal): -5098515 or 15545266. OLE color: 15545266.
HSL color Cylindrical-coordinate representation of color #B233ED: hue angle of 280.97º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B233ED is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 51 | 237 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.07 |
| HSL | 280.97º | 0.84% | 0.56% | - |
| HSV(B) | 280.97º | 0.78% | 0.93% | - |
| XYZ | 34.83 | 17.95 | 81.75 | - |
| YUV | 110.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 237 | 0.25 | 0.78 | 0 | 0.07 | 280.97 | 0.84 | 0.56 |
| Hex | B2 | 33 | ED | 19 | 4E | 0 | 7 | 119 | 54 | 38 |
| Octal | 262 | 63 | 355 | 31 | 116 | 0 | 7 | 431 | 124 | 70 |
| Binary | 10110010 | 110011 | 11101101 | 11001 | 1001110 | 0 | 111 | 100011001 | 1010100 | 111000 |
Color Harmonies of #B233ED
Complementary color
Monochromatic Colors of #B233ED
Black with #B233ED
Text Example
Text Example
White with #B233ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B233ED; }
p { color: rgb(178,51,237); }
H1.HeaderClassName
{
color: #B233ED;
}
.AnyTagClassName
{
color: #B233ED;
}
</style>
background-color css
<style>
a { background-color: #B233ED; }
a { background-color: rgb(178,51,237); }
div.DivClassName
{
background-color: #B233ED;
}
.BgClassName
{
background-color: #B233ED;
}
</style>
border-color css
<style>
span { border-color: #B233ED; }
span { border-color: rgb(178,51,237); }
td.TdClassName
{
border-color: #B233ED;
}
.TagClassName
{
border-color: #B233ED;
}
</style>