Shades of Medium Orchid #B250FE
Tints of Medium Orchid #B250FE
RGB
CMYK
RGB Variations
Color information
#B250FE (or 0xB250FE) is known color: Medium Orchid. HEX triplet: B2, 50 and FE. RGB value is (178,80,254). Sum of RGB (Red+Green+Blue) = 178+80+254=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B250FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250FE is #4DAF01. Grayscale: #808080. Windows color (decimal): -5091074 or 16666802. OLE color: 16666802.
HSL color Cylindrical-coordinate representation of color #B250FE: hue angle of 273.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B250FE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 80 | 254 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.00 |
| HSL | 273.79º | 0.99% | 0.65% | - |
| HSV(B) | 273.79º | 0.69% | 1% | - |
| XYZ | 39.12 | 22.36 | 96.02 | - |
| YUV | 129.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 254 | 0.30 | 0.69 | 0 | 0.00 | 273.79 | 0.99 | 0.65 |
| Hex | B2 | 50 | FE | 1E | 45 | 0 | 0 | 112 | 63 | 41 |
| Octal | 262 | 120 | 376 | 36 | 105 | 0 | 0 | 422 | 143 | 101 |
| Binary | 10110010 | 1010000 | 11111110 | 11110 | 1000101 | 0 | 0 | 100010010 | 1100011 | 1000001 |
Color Harmonies of #B250FE
Complementary color
Monochromatic Colors of #B250FE
Black with #B250FE
Text Example
Text Example
White with #B250FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250FE; }
p { color: rgb(178,80,254); }
H1.HeaderClassName
{
color: #B250FE;
}
.AnyTagClassName
{
color: #B250FE;
}
</style>
background-color css
<style>
a { background-color: #B250FE; }
a { background-color: rgb(178,80,254); }
div.DivClassName
{
background-color: #B250FE;
}
.BgClassName
{
background-color: #B250FE;
}
</style>
border-color css
<style>
span { border-color: #B250FE; }
span { border-color: rgb(178,80,254); }
td.TdClassName
{
border-color: #B250FE;
}
.TagClassName
{
border-color: #B250FE;
}
</style>