Shades of Medium Orchid #B248ED
Tints of Medium Orchid #B248ED
RGB
CMYK
RGB Variations
Color information
#B248ED (or 0xB248ED) is known color: Medium Orchid. HEX triplet: B2, 48 and ED. RGB value is (178,72,237). Sum of RGB (Red+Green+Blue) = 178+72+237=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #B248ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248ED is #4DB712. Grayscale: #797979. Windows color (decimal): -5093139 or 15550642. OLE color: 15550642.
HSL color Cylindrical-coordinate representation of color #B248ED: hue angle of 278.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B248ED is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 72 | 237 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.07 |
| HSL | 278.55º | 0.82% | 0.61% | - |
| HSV(B) | 278.55º | 0.7% | 0.93% | - |
| XYZ | 35.96 | 20.21 | 82.13 | - |
| YUV | 122.5 | 192.62 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 237 | 0.25 | 0.70 | 0 | 0.07 | 278.55 | 0.82 | 0.61 |
| Hex | B2 | 48 | ED | 19 | 46 | 0 | 7 | 117 | 52 | 3D |
| Octal | 262 | 110 | 355 | 31 | 106 | 0 | 7 | 427 | 122 | 75 |
| Binary | 10110010 | 1001000 | 11101101 | 11001 | 1000110 | 0 | 111 | 100010111 | 1010010 | 111101 |
Color Harmonies of #B248ED
Complementary color
Monochromatic Colors of #B248ED
Black with #B248ED
Text Example
Text Example
White with #B248ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248ED; }
p { color: rgb(178,72,237); }
H1.HeaderClassName
{
color: #B248ED;
}
.AnyTagClassName
{
color: #B248ED;
}
</style>
background-color css
<style>
a { background-color: #B248ED; }
a { background-color: rgb(178,72,237); }
div.DivClassName
{
background-color: #B248ED;
}
.BgClassName
{
background-color: #B248ED;
}
</style>
border-color css
<style>
span { border-color: #B248ED; }
span { border-color: rgb(178,72,237); }
td.TdClassName
{
border-color: #B248ED;
}
.TagClassName
{
border-color: #B248ED;
}
</style>