Shades of Medium Orchid #B23BE8
Tints of Medium Orchid #B23BE8
RGB
CMYK
RGB Variations
Color information
#B23BE8 (or 0xB23BE8) is known color: Medium Orchid. HEX triplet: B2, 3B and E8. RGB value is (178,59,232). Sum of RGB (Red+Green+Blue) = 178+59+232=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #B23BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BE8 is #4DC417. Grayscale: #717171. Windows color (decimal): -5096472 or 15219634. OLE color: 15219634.
HSL color Cylindrical-coordinate representation of color #B23BE8: hue angle of 281.27º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23BE8 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 59 | 232 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.09 |
| HSL | 281.27º | 0.79% | 0.57% | - |
| HSV(B) | 281.27º | 0.75% | 0.91% | - |
| XYZ | 34.49 | 18.42 | 78.08 | - |
| YUV | 114.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 232 | 0.23 | 0.75 | 0 | 0.09 | 281.27 | 0.79 | 0.57 |
| Hex | B2 | 3B | E8 | 17 | 4B | 0 | 9 | 119 | 4F | 39 |
| Octal | 262 | 73 | 350 | 27 | 113 | 0 | 11 | 431 | 117 | 71 |
| Binary | 10110010 | 111011 | 11101000 | 10111 | 1001011 | 0 | 1001 | 100011001 | 1001111 | 111001 |
Color Harmonies of #B23BE8
Complementary color
Monochromatic Colors of #B23BE8
Black with #B23BE8
Text Example
Text Example
White with #B23BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BE8; }
p { color: rgb(178,59,232); }
H1.HeaderClassName
{
color: #B23BE8;
}
.AnyTagClassName
{
color: #B23BE8;
}
</style>
background-color css
<style>
a { background-color: #B23BE8; }
a { background-color: rgb(178,59,232); }
div.DivClassName
{
background-color: #B23BE8;
}
.BgClassName
{
background-color: #B23BE8;
}
</style>
border-color css
<style>
span { border-color: #B23BE8; }
span { border-color: rgb(178,59,232); }
td.TdClassName
{
border-color: #B23BE8;
}
.TagClassName
{
border-color: #B23BE8;
}
</style>