Shades of Medium Orchid #B23CE5
Tints of Medium Orchid #B23CE5
RGB
CMYK
RGB Variations
Color information
#B23CE5 (or 0xB23CE5) is known color: Medium Orchid. HEX triplet: B2, 3C and E5. RGB value is (178,60,229). Sum of RGB (Red+Green+Blue) = 178+60+229=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #B23CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CE5 is #4DC31A. Grayscale: #717171. Windows color (decimal): -5096219 or 15023282. OLE color: 15023282.
HSL color Cylindrical-coordinate representation of color #B23CE5: hue angle of 281.89º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23CE5 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 60 | 229 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.10 |
| HSL | 281.89º | 0.76% | 0.57% | - |
| HSV(B) | 281.89º | 0.74% | 0.9% | - |
| XYZ | 34.12 | 18.35 | 75.87 | - |
| YUV | 114.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 229 | 0.22 | 0.74 | 0 | 0.10 | 281.89 | 0.76 | 0.57 |
| Hex | B2 | 3C | E5 | 16 | 4A | 0 | A | 11A | 4C | 39 |
| Octal | 262 | 74 | 345 | 26 | 112 | 0 | 12 | 432 | 114 | 71 |
| Binary | 10110010 | 111100 | 11100101 | 10110 | 1001010 | 0 | 1010 | 100011010 | 1001100 | 111001 |
Color Harmonies of #B23CE5
Complementary color
Monochromatic Colors of #B23CE5
Black with #B23CE5
Text Example
Text Example
White with #B23CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CE5; }
p { color: rgb(178,60,229); }
H1.HeaderClassName
{
color: #B23CE5;
}
.AnyTagClassName
{
color: #B23CE5;
}
</style>
background-color css
<style>
a { background-color: #B23CE5; }
a { background-color: rgb(178,60,229); }
div.DivClassName
{
background-color: #B23CE5;
}
.BgClassName
{
background-color: #B23CE5;
}
</style>
border-color css
<style>
span { border-color: #B23CE5; }
span { border-color: rgb(178,60,229); }
td.TdClassName
{
border-color: #B23CE5;
}
.TagClassName
{
border-color: #B23CE5;
}
</style>