Shades of Medium Orchid #B448CB
Tints of Medium Orchid #B448CB
RGB
CMYK
RGB Variations
Color information
#B448CB (or 0xB448CB) is known color: Medium Orchid. HEX triplet: B4, 48 and CB. RGB value is (180,72,203). Sum of RGB (Red+Green+Blue) = 180+72+203=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B448CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448CB is #4BB734. Grayscale: #767676. Windows color (decimal): -4962101 or 13322420. OLE color: 13322420.
HSL color Cylindrical-coordinate representation of color #B448CB: hue angle of 289.47º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B448CB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 72 | 203 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.20 |
| HSL | 289.47º | 0.56% | 0.54% | - |
| HSV(B) | 289.47º | 0.65% | 0.8% | - |
| XYZ | 31.92 | 18.65 | 58.42 | - |
| YUV | 119.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 203 | 0.11 | 0.65 | 0 | 0.20 | 289.47 | 0.56 | 0.54 |
| Hex | B4 | 48 | CB | B | 41 | 0 | 14 | 121 | 38 | 36 |
| Octal | 264 | 110 | 313 | 13 | 101 | 0 | 24 | 441 | 70 | 66 |
| Binary | 10110100 | 1001000 | 11001011 | 1011 | 1000001 | 0 | 10100 | 100100001 | 111000 | 110110 |
Color Harmonies of #B448CB
Complementary color
Monochromatic Colors of #B448CB
Black with #B448CB
Text Example
Text Example
White with #B448CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448CB; }
p { color: rgb(180,72,203); }
H1.HeaderClassName
{
color: #B448CB;
}
.AnyTagClassName
{
color: #B448CB;
}
</style>
background-color css
<style>
a { background-color: #B448CB; }
a { background-color: rgb(180,72,203); }
div.DivClassName
{
background-color: #B448CB;
}
.BgClassName
{
background-color: #B448CB;
}
</style>
border-color css
<style>
span { border-color: #B448CB; }
span { border-color: rgb(180,72,203); }
td.TdClassName
{
border-color: #B448CB;
}
.TagClassName
{
border-color: #B448CB;
}
</style>