Shades of Medium Orchid #B252FE
Tints of Medium Orchid #B252FE
RGB
CMYK
RGB Variations
Color information
#B252FE (or 0xB252FE) is known color: Medium Orchid. HEX triplet: B2, 52 and FE. RGB value is (178,82,254). Sum of RGB (Red+Green+Blue) = 178+82+254=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B252FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B252FE is #4DAD01. Grayscale: #818181. Windows color (decimal): -5090562 or 16667314. OLE color: 16667314.
HSL color Cylindrical-coordinate representation of color #B252FE: hue angle of 273.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B252FE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 82 | 254 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.00 |
| HSL | 273.49º | 0.99% | 0.66% | - |
| HSV(B) | 273.49º | 0.68% | 1% | - |
| XYZ | 39.27 | 22.66 | 96.07 | - |
| YUV | 130.31 | 197.8 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 254 | 0.30 | 0.68 | 0 | 0.00 | 273.49 | 0.99 | 0.66 |
| Hex | B2 | 52 | FE | 1E | 44 | 0 | 0 | 111 | 63 | 42 |
| Octal | 262 | 122 | 376 | 36 | 104 | 0 | 0 | 421 | 143 | 102 |
| Binary | 10110010 | 1010010 | 11111110 | 11110 | 1000100 | 0 | 0 | 100010001 | 1100011 | 1000010 |
Color Harmonies of #B252FE
Complementary color
Monochromatic Colors of #B252FE
Black with #B252FE
Text Example
Text Example
White with #B252FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B252FE; }
p { color: rgb(178,82,254); }
H1.HeaderClassName
{
color: #B252FE;
}
.AnyTagClassName
{
color: #B252FE;
}
</style>
background-color css
<style>
a { background-color: #B252FE; }
a { background-color: rgb(178,82,254); }
div.DivClassName
{
background-color: #B252FE;
}
.BgClassName
{
background-color: #B252FE;
}
</style>
border-color css
<style>
span { border-color: #B252FE; }
span { border-color: rgb(178,82,254); }
td.TdClassName
{
border-color: #B252FE;
}
.TagClassName
{
border-color: #B252FE;
}
</style>