Shades of Medium Orchid #B248FE
Tints of Medium Orchid #B248FE
RGB
CMYK
RGB Variations
Color information
#B248FE (or 0xB248FE) is known color: Medium Orchid. HEX triplet: B2, 48 and FE. RGB value is (178,72,254). Sum of RGB (Red+Green+Blue) = 178+72+254=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #B248FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248FE is #4DB701. Grayscale: #7B7B7B. Windows color (decimal): -5093122 or 16664754. OLE color: 16664754.
HSL color Cylindrical-coordinate representation of color #B248FE: hue angle of 274.95º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B248FE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 72 | 254 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.00 |
| HSL | 274.95º | 0.99% | 0.64% | - |
| HSV(B) | 274.95º | 0.72% | 1% | - |
| XYZ | 38.57 | 21.26 | 95.84 | - |
| YUV | 124.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 254 | 0.30 | 0.72 | 0 | 0.00 | 274.95 | 0.99 | 0.64 |
| Hex | B2 | 48 | FE | 1E | 48 | 0 | 0 | 113 | 63 | 40 |
| Octal | 262 | 110 | 376 | 36 | 110 | 0 | 0 | 423 | 143 | 100 |
| Binary | 10110010 | 1001000 | 11111110 | 11110 | 1001000 | 0 | 0 | 100010011 | 1100011 | 1000000 |
Color Harmonies of #B248FE
Complementary color
Monochromatic Colors of #B248FE
Black with #B248FE
Text Example
Text Example
White with #B248FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248FE; }
p { color: rgb(178,72,254); }
H1.HeaderClassName
{
color: #B248FE;
}
.AnyTagClassName
{
color: #B248FE;
}
</style>
background-color css
<style>
a { background-color: #B248FE; }
a { background-color: rgb(178,72,254); }
div.DivClassName
{
background-color: #B248FE;
}
.BgClassName
{
background-color: #B248FE;
}
</style>
border-color css
<style>
span { border-color: #B248FE; }
span { border-color: rgb(178,72,254); }
td.TdClassName
{
border-color: #B248FE;
}
.TagClassName
{
border-color: #B248FE;
}
</style>