Shades of Medium Orchid #B250E6
Tints of Medium Orchid #B250E6
RGB
CMYK
RGB Variations
Color information
#B250E6 (or 0xB250E6) is known color: Medium Orchid. HEX triplet: B2, 50 and E6. RGB value is (178,80,230). Sum of RGB (Red+Green+Blue) = 178+80+230=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #B250E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250E6 is #4DAF19. Grayscale: #7D7D7D. Windows color (decimal): -5091098 or 15093938. OLE color: 15093938.
HSL color Cylindrical-coordinate representation of color #B250E6: hue angle of 279.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B250E6 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 80 | 230 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.10 |
| HSL | 279.2º | 0.75% | 0.61% | - |
| HSV(B) | 279.2º | 0.65% | 0.9% | - |
| XYZ | 35.51 | 20.92 | 77.03 | - |
| YUV | 126.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 230 | 0.23 | 0.65 | 0 | 0.10 | 279.2 | 0.75 | 0.61 |
| Hex | B2 | 50 | E6 | 17 | 41 | 0 | A | 117 | 4B | 3D |
| Octal | 262 | 120 | 346 | 27 | 101 | 0 | 12 | 427 | 113 | 75 |
| Binary | 10110010 | 1010000 | 11100110 | 10111 | 1000001 | 0 | 1010 | 100010111 | 1001011 | 111101 |
Color Harmonies of #B250E6
Complementary color
Monochromatic Colors of #B250E6
Black with #B250E6
Text Example
Text Example
White with #B250E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250E6; }
p { color: rgb(178,80,230); }
H1.HeaderClassName
{
color: #B250E6;
}
.AnyTagClassName
{
color: #B250E6;
}
</style>
background-color css
<style>
a { background-color: #B250E6; }
a { background-color: rgb(178,80,230); }
div.DivClassName
{
background-color: #B250E6;
}
.BgClassName
{
background-color: #B250E6;
}
</style>
border-color css
<style>
span { border-color: #B250E6; }
span { border-color: rgb(178,80,230); }
td.TdClassName
{
border-color: #B250E6;
}
.TagClassName
{
border-color: #B250E6;
}
</style>