Shades of Medium Orchid #B448ED
Tints of Medium Orchid #B448ED
RGB
CMYK
RGB Variations
Color information
#B448ED (or 0xB448ED) is known color: Medium Orchid. HEX triplet: B4, 48 and ED. RGB value is (180,72,237). Sum of RGB (Red+Green+Blue) = 180+72+237=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B448ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B448ED is #4BB712. Grayscale: #7A7A7A. Windows color (decimal): -4962067 or 15550644. OLE color: 15550644.
HSL color Cylindrical-coordinate representation of color #B448ED: hue angle of 279.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B448ED is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 72 | 237 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.07 |
| HSL | 279.27º | 0.82% | 0.61% | - |
| HSV(B) | 279.27º | 0.7% | 0.93% | - |
| XYZ | 36.43 | 20.45 | 82.15 | - |
| YUV | 123.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 237 | 0.24 | 0.70 | 0 | 0.07 | 279.27 | 0.82 | 0.61 |
| Hex | B4 | 48 | ED | 18 | 46 | 0 | 7 | 117 | 52 | 3D |
| Octal | 264 | 110 | 355 | 30 | 106 | 0 | 7 | 427 | 122 | 75 |
| Binary | 10110100 | 1001000 | 11101101 | 11000 | 1000110 | 0 | 111 | 100010111 | 1010010 | 111101 |
Color Harmonies of #B448ED
Complementary color
Monochromatic Colors of #B448ED
Black with #B448ED
Text Example
Text Example
White with #B448ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448ED; }
p { color: rgb(180,72,237); }
H1.HeaderClassName
{
color: #B448ED;
}
.AnyTagClassName
{
color: #B448ED;
}
</style>
background-color css
<style>
a { background-color: #B448ED; }
a { background-color: rgb(180,72,237); }
div.DivClassName
{
background-color: #B448ED;
}
.BgClassName
{
background-color: #B448ED;
}
</style>
border-color css
<style>
span { border-color: #B448ED; }
span { border-color: rgb(180,72,237); }
td.TdClassName
{
border-color: #B448ED;
}
.TagClassName
{
border-color: #B448ED;
}
</style>