Shades of Medium Orchid #B248F2
Tints of Medium Orchid #B248F2
RGB
CMYK
RGB Variations
Color information
#B248F2 (or 0xB248F2) is known color: Medium Orchid. HEX triplet: B2, 48 and F2. RGB value is (178,72,242). Sum of RGB (Red+Green+Blue) = 178+72+242=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #B248F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248F2 is #4DB70D. Grayscale: #7A7A7A. Windows color (decimal): -5093134 or 15878322. OLE color: 15878322.
HSL color Cylindrical-coordinate representation of color #B248F2: hue angle of 277.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B248F2 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 72 | 242 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.05 |
| HSL | 277.41º | 0.87% | 0.62% | - |
| HSV(B) | 277.41º | 0.7% | 0.95% | - |
| XYZ | 36.7 | 20.51 | 86.03 | - |
| YUV | 123.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 242 | 0.26 | 0.70 | 0 | 0.05 | 277.41 | 0.87 | 0.62 |
| Hex | B2 | 48 | F2 | 1A | 46 | 0 | 5 | 115 | 57 | 3E |
| Octal | 262 | 110 | 362 | 32 | 106 | 0 | 5 | 425 | 127 | 76 |
| Binary | 10110010 | 1001000 | 11110010 | 11010 | 1000110 | 0 | 101 | 100010101 | 1010111 | 111110 |
Color Harmonies of #B248F2
Complementary color
Monochromatic Colors of #B248F2
Black with #B248F2
Text Example
Text Example
White with #B248F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248F2; }
p { color: rgb(178,72,242); }
H1.HeaderClassName
{
color: #B248F2;
}
.AnyTagClassName
{
color: #B248F2;
}
</style>
background-color css
<style>
a { background-color: #B248F2; }
a { background-color: rgb(178,72,242); }
div.DivClassName
{
background-color: #B248F2;
}
.BgClassName
{
background-color: #B248F2;
}
</style>
border-color css
<style>
span { border-color: #B248F2; }
span { border-color: rgb(178,72,242); }
td.TdClassName
{
border-color: #B248F2;
}
.TagClassName
{
border-color: #B248F2;
}
</style>