Shades of Medium Orchid #B248CF
Tints of Medium Orchid #B248CF
RGB
CMYK
RGB Variations
Color information
#B248CF (or 0xB248CF) is known color: Medium Orchid. HEX triplet: B2, 48 and CF. RGB value is (178,72,207). Sum of RGB (Red+Green+Blue) = 178+72+207=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B248CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248CF is #4DB730. Grayscale: #767676. Windows color (decimal): -5093169 or 13584562. OLE color: 13584562.
HSL color Cylindrical-coordinate representation of color #B248CF: hue angle of 287.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B248CF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 72 | 207 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.19 |
| HSL | 287.11º | 0.58% | 0.55% | - |
| HSV(B) | 287.11º | 0.65% | 0.81% | - |
| XYZ | 31.94 | 18.6 | 60.94 | - |
| YUV | 119.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 207 | 0.14 | 0.65 | 0 | 0.19 | 287.11 | 0.58 | 0.55 |
| Hex | B2 | 48 | CF | E | 41 | 0 | 13 | 11F | 3A | 37 |
| Octal | 262 | 110 | 317 | 16 | 101 | 0 | 23 | 437 | 72 | 67 |
| Binary | 10110010 | 1001000 | 11001111 | 1110 | 1000001 | 0 | 10011 | 100011111 | 111010 | 110111 |
Color Harmonies of #B248CF
Complementary color
Monochromatic Colors of #B248CF
Black with #B248CF
Text Example
Text Example
White with #B248CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248CF; }
p { color: rgb(178,72,207); }
H1.HeaderClassName
{
color: #B248CF;
}
.AnyTagClassName
{
color: #B248CF;
}
</style>
background-color css
<style>
a { background-color: #B248CF; }
a { background-color: rgb(178,72,207); }
div.DivClassName
{
background-color: #B248CF;
}
.BgClassName
{
background-color: #B248CF;
}
</style>
border-color css
<style>
span { border-color: #B248CF; }
span { border-color: rgb(178,72,207); }
td.TdClassName
{
border-color: #B248CF;
}
.TagClassName
{
border-color: #B248CF;
}
</style>