Shades of Medium Orchid #B248DF
Tints of Medium Orchid #B248DF
RGB
CMYK
RGB Variations
Color information
#B248DF (or 0xB248DF) is known color: Medium Orchid. HEX triplet: B2, 48 and DF. RGB value is (178,72,223). Sum of RGB (Red+Green+Blue) = 178+72+223=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #B248DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248DF is #4DB720. Grayscale: #787878. Windows color (decimal): -5093153 or 14633138. OLE color: 14633138.
HSL color Cylindrical-coordinate representation of color #B248DF: hue angle of 282.12º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B248DF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 72 | 223 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.13 |
| HSL | 282.12º | 0.7% | 0.58% | - |
| HSV(B) | 282.12º | 0.68% | 0.87% | - |
| XYZ | 34 | 19.43 | 71.77 | - |
| YUV | 120.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 223 | 0.20 | 0.68 | 0 | 0.13 | 282.12 | 0.7 | 0.58 |
| Hex | B2 | 48 | DF | 14 | 44 | 0 | D | 11A | 46 | 3A |
| Octal | 262 | 110 | 337 | 24 | 104 | 0 | 15 | 432 | 106 | 72 |
| Binary | 10110010 | 1001000 | 11011111 | 10100 | 1000100 | 0 | 1101 | 100011010 | 1000110 | 111010 |
Color Harmonies of #B248DF
Complementary color
Monochromatic Colors of #B248DF
Black with #B248DF
Text Example
Text Example
White with #B248DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248DF; }
p { color: rgb(178,72,223); }
H1.HeaderClassName
{
color: #B248DF;
}
.AnyTagClassName
{
color: #B248DF;
}
</style>
background-color css
<style>
a { background-color: #B248DF; }
a { background-color: rgb(178,72,223); }
div.DivClassName
{
background-color: #B248DF;
}
.BgClassName
{
background-color: #B248DF;
}
</style>
border-color css
<style>
span { border-color: #B248DF; }
span { border-color: rgb(178,72,223); }
td.TdClassName
{
border-color: #B248DF;
}
.TagClassName
{
border-color: #B248DF;
}
</style>