Shades of Medium Orchid #B448EF
Tints of Medium Orchid #B448EF
RGB
CMYK
RGB Variations
Color information
#B448EF (or 0xB448EF) is known color: Medium Orchid. HEX triplet: B4, 48 and EF. RGB value is (180,72,239). Sum of RGB (Red+Green+Blue) = 180+72+239=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #B448EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B448EF is #4BB710. Grayscale: #7A7A7A. Windows color (decimal): -4962065 or 15681716. OLE color: 15681716.
HSL color Cylindrical-coordinate representation of color #B448EF: hue angle of 278.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B448EF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 72 | 239 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.06 |
| HSL | 278.8º | 0.84% | 0.61% | - |
| HSV(B) | 278.8º | 0.7% | 0.94% | - |
| XYZ | 36.72 | 20.57 | 83.7 | - |
| YUV | 123.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 239 | 0.25 | 0.70 | 0 | 0.06 | 278.8 | 0.84 | 0.61 |
| Hex | B4 | 48 | EF | 19 | 46 | 0 | 6 | 117 | 54 | 3D |
| Octal | 264 | 110 | 357 | 31 | 106 | 0 | 6 | 427 | 124 | 75 |
| Binary | 10110100 | 1001000 | 11101111 | 11001 | 1000110 | 0 | 110 | 100010111 | 1010100 | 111101 |
Color Harmonies of #B448EF
Complementary color
Monochromatic Colors of #B448EF
Black with #B448EF
Text Example
Text Example
White with #B448EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448EF; }
p { color: rgb(180,72,239); }
H1.HeaderClassName
{
color: #B448EF;
}
.AnyTagClassName
{
color: #B448EF;
}
</style>
background-color css
<style>
a { background-color: #B448EF; }
a { background-color: rgb(180,72,239); }
div.DivClassName
{
background-color: #B448EF;
}
.BgClassName
{
background-color: #B448EF;
}
</style>
border-color css
<style>
span { border-color: #B448EF; }
span { border-color: rgb(180,72,239); }
td.TdClassName
{
border-color: #B448EF;
}
.TagClassName
{
border-color: #B448EF;
}
</style>