Shades of Medium Orchid #B448EA
Tints of Medium Orchid #B448EA
RGB
CMYK
RGB Variations
Color information
#B448EA (or 0xB448EA) is known color: Medium Orchid. HEX triplet: B4, 48 and EA. RGB value is (180,72,234). Sum of RGB (Red+Green+Blue) = 180+72+234=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #B448EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B448EA is #4BB715. Grayscale: #7A7A7A. Windows color (decimal): -4962070 or 15354036. OLE color: 15354036.
HSL color Cylindrical-coordinate representation of color #B448EA: hue angle of 280º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B448EA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 72 | 234 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.08 |
| HSL | 280º | 0.79% | 0.6% | - |
| HSV(B) | 280º | 0.69% | 0.92% | - |
| XYZ | 35.99 | 20.28 | 79.86 | - |
| YUV | 122.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 234 | 0.23 | 0.69 | 0 | 0.08 | 280 | 0.79 | 0.6 |
| Hex | B4 | 48 | EA | 17 | 45 | 0 | 8 | 118 | 4F | 3C |
| Octal | 264 | 110 | 352 | 27 | 105 | 0 | 10 | 430 | 117 | 74 |
| Binary | 10110100 | 1001000 | 11101010 | 10111 | 1000101 | 0 | 1000 | 100011000 | 1001111 | 111100 |
Color Harmonies of #B448EA
Complementary color
Monochromatic Colors of #B448EA
Black with #B448EA
Text Example
Text Example
White with #B448EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448EA; }
p { color: rgb(180,72,234); }
H1.HeaderClassName
{
color: #B448EA;
}
.AnyTagClassName
{
color: #B448EA;
}
</style>
background-color css
<style>
a { background-color: #B448EA; }
a { background-color: rgb(180,72,234); }
div.DivClassName
{
background-color: #B448EA;
}
.BgClassName
{
background-color: #B448EA;
}
</style>
border-color css
<style>
span { border-color: #B448EA; }
span { border-color: rgb(180,72,234); }
td.TdClassName
{
border-color: #B448EA;
}
.TagClassName
{
border-color: #B448EA;
}
</style>