Shades of Medium Orchid #B254FE
Tints of Medium Orchid #B254FE
RGB
CMYK
RGB Variations
Color information
#B254FE (or 0xB254FE) is known color: Medium Orchid. HEX triplet: B2, 54 and FE. RGB value is (178,84,254). Sum of RGB (Red+Green+Blue) = 178+84+254=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #B254FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FE is #4DAB01. Grayscale: #828282. Windows color (decimal): -5090050 or 16667826. OLE color: 16667826.
HSL color Cylindrical-coordinate representation of color #B254FE: hue angle of 273.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B254FE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 84 | 254 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.00 |
| HSL | 273.18º | 0.99% | 0.66% | - |
| HSV(B) | 273.18º | 0.67% | 1% | - |
| XYZ | 39.42 | 22.96 | 96.12 | - |
| YUV | 131.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 254 | 0.30 | 0.67 | 0 | 0.00 | 273.18 | 0.99 | 0.66 |
| Hex | B2 | 54 | FE | 1E | 43 | 0 | 0 | 111 | 63 | 42 |
| Octal | 262 | 124 | 376 | 36 | 103 | 0 | 0 | 421 | 143 | 102 |
| Binary | 10110010 | 1010100 | 11111110 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100011 | 1000010 |
Color Harmonies of #B254FE
Complementary color
Monochromatic Colors of #B254FE
Black with #B254FE
Text Example
Text Example
White with #B254FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B254FE; }
p { color: rgb(178,84,254); }
H1.HeaderClassName
{
color: #B254FE;
}
.AnyTagClassName
{
color: #B254FE;
}
</style>
background-color css
<style>
a { background-color: #B254FE; }
a { background-color: rgb(178,84,254); }
div.DivClassName
{
background-color: #B254FE;
}
.BgClassName
{
background-color: #B254FE;
}
</style>
border-color css
<style>
span { border-color: #B254FE; }
span { border-color: rgb(178,84,254); }
td.TdClassName
{
border-color: #B254FE;
}
.TagClassName
{
border-color: #B254FE;
}
</style>