Shades of Medium Orchid #B472CB
Tints of Medium Orchid #B472CB
RGB
CMYK
RGB Variations
Color information
#B472CB (or 0xB472CB) is known color: Medium Orchid. HEX triplet: B4, 72 and CB. RGB value is (180,114,203). Sum of RGB (Red+Green+Blue) = 180+114+203=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B472CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472CB is #4B8D34. Grayscale: #8F8F8F. Windows color (decimal): -4951349 or 13333172. OLE color: 13333172.
HSL color Cylindrical-coordinate representation of color #B472CB: hue angle of 284.49º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B472CB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 114 | 203 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.20 |
| HSL | 284.49º | 0.46% | 0.62% | - |
| HSV(B) | 284.49º | 0.44% | 0.8% | - |
| XYZ | 35.62 | 26.05 | 59.65 | - |
| YUV | 143.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 203 | 0.11 | 0.44 | 0 | 0.20 | 284.49 | 0.46 | 0.62 |
| Hex | B4 | 72 | CB | B | 2C | 0 | 14 | 11C | 2E | 3E |
| Octal | 264 | 162 | 313 | 13 | 54 | 0 | 24 | 434 | 56 | 76 |
| Binary | 10110100 | 1110010 | 11001011 | 1011 | 101100 | 0 | 10100 | 100011100 | 101110 | 111110 |
Color Harmonies of #B472CB
Complementary color
Monochromatic Colors of #B472CB
Black with #B472CB
Text Example
Text Example
White with #B472CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472CB; }
p { color: rgb(180,114,203); }
H1.HeaderClassName
{
color: #B472CB;
}
.AnyTagClassName
{
color: #B472CB;
}
</style>
background-color css
<style>
a { background-color: #B472CB; }
a { background-color: rgb(180,114,203); }
div.DivClassName
{
background-color: #B472CB;
}
.BgClassName
{
background-color: #B472CB;
}
</style>
border-color css
<style>
span { border-color: #B472CB; }
span { border-color: rgb(180,114,203); }
td.TdClassName
{
border-color: #B472CB;
}
.TagClassName
{
border-color: #B472CB;
}
</style>