Shades of Medium Orchid #B250E8
Tints of Medium Orchid #B250E8
RGB
CMYK
RGB Variations
Color information
#B250E8 (or 0xB250E8) is known color: Medium Orchid. HEX triplet: B2, 50 and E8. RGB value is (178,80,232). Sum of RGB (Red+Green+Blue) = 178+80+232=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #B250E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250E8 is #4DAF17. Grayscale: #7E7E7E. Windows color (decimal): -5091096 or 15225010. OLE color: 15225010.
HSL color Cylindrical-coordinate representation of color #B250E8: hue angle of 278.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B250E8 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 80 | 232 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.09 |
| HSL | 278.68º | 0.77% | 0.61% | - |
| HSV(B) | 278.68º | 0.66% | 0.91% | - |
| XYZ | 35.79 | 21.03 | 78.52 | - |
| YUV | 126.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 232 | 0.23 | 0.66 | 0 | 0.09 | 278.68 | 0.77 | 0.61 |
| Hex | B2 | 50 | E8 | 17 | 42 | 0 | 9 | 117 | 4D | 3D |
| Octal | 262 | 120 | 350 | 27 | 102 | 0 | 11 | 427 | 115 | 75 |
| Binary | 10110010 | 1010000 | 11101000 | 10111 | 1000010 | 0 | 1001 | 100010111 | 1001101 | 111101 |
Color Harmonies of #B250E8
Complementary color
Monochromatic Colors of #B250E8
Black with #B250E8
Text Example
Text Example
White with #B250E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250E8; }
p { color: rgb(178,80,232); }
H1.HeaderClassName
{
color: #B250E8;
}
.AnyTagClassName
{
color: #B250E8;
}
</style>
background-color css
<style>
a { background-color: #B250E8; }
a { background-color: rgb(178,80,232); }
div.DivClassName
{
background-color: #B250E8;
}
.BgClassName
{
background-color: #B250E8;
}
</style>
border-color css
<style>
span { border-color: #B250E8; }
span { border-color: rgb(178,80,232); }
td.TdClassName
{
border-color: #B250E8;
}
.TagClassName
{
border-color: #B250E8;
}
</style>