Shades of Medium Orchid #B448FD
Tints of Medium Orchid #B448FD
RGB
CMYK
RGB Variations
Color information
#B448FD (or 0xB448FD) is known color: Medium Orchid. HEX triplet: B4, 48 and FD. RGB value is (180,72,253). Sum of RGB (Red+Green+Blue) = 180+72+253=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #B448FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B448FD is #4BB702. Grayscale: #7C7C7C. Windows color (decimal): -4962051 or 16599220. OLE color: 16599220.
HSL color Cylindrical-coordinate representation of color #B448FD: hue angle of 275.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B448FD is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 72 | 253 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.01 |
| HSL | 275.8º | 0.98% | 0.64% | - |
| HSV(B) | 275.8º | 0.72% | 0.99% | - |
| XYZ | 38.87 | 21.43 | 95.02 | - |
| YUV | 124.93 | 200.28 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 253 | 0.29 | 0.72 | 0 | 0.01 | 275.8 | 0.98 | 0.64 |
| Hex | B4 | 48 | FD | 1D | 48 | 0 | 1 | 114 | 62 | 40 |
| Octal | 264 | 110 | 375 | 35 | 110 | 0 | 1 | 424 | 142 | 100 |
| Binary | 10110100 | 1001000 | 11111101 | 11101 | 1001000 | 0 | 1 | 100010100 | 1100010 | 1000000 |
Color Harmonies of #B448FD
Complementary color
Monochromatic Colors of #B448FD
Black with #B448FD
Text Example
Text Example
White with #B448FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448FD; }
p { color: rgb(180,72,253); }
H1.HeaderClassName
{
color: #B448FD;
}
.AnyTagClassName
{
color: #B448FD;
}
</style>
background-color css
<style>
a { background-color: #B448FD; }
a { background-color: rgb(180,72,253); }
div.DivClassName
{
background-color: #B448FD;
}
.BgClassName
{
background-color: #B448FD;
}
</style>
border-color css
<style>
span { border-color: #B448FD; }
span { border-color: rgb(180,72,253); }
td.TdClassName
{
border-color: #B448FD;
}
.TagClassName
{
border-color: #B448FD;
}
</style>