Shades of Medium Orchid #B472D5
Tints of Medium Orchid #B472D5
RGB
CMYK
RGB Variations
Color information
#B472D5 (or 0xB472D5) is known color: Medium Orchid. HEX triplet: B4, 72 and D5. RGB value is (180,114,213). Sum of RGB (Red+Green+Blue) = 180+114+213=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #B472D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472D5 is #4B8D2A. Grayscale: #909090. Windows color (decimal): -4951339 or 13988532. OLE color: 13988532.
HSL color Cylindrical-coordinate representation of color #B472D5: hue angle of 280º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B472D5 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 114 | 213 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.16 |
| HSL | 280º | 0.54% | 0.64% | - |
| HSV(B) | 280º | 0.46% | 0.84% | - |
| XYZ | 36.85 | 26.54 | 66.13 | - |
| YUV | 145.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 213 | 0.15 | 0.46 | 0 | 0.16 | 280 | 0.54 | 0.64 |
| Hex | B4 | 72 | D5 | F | 2E | 0 | 10 | 118 | 36 | 40 |
| Octal | 264 | 162 | 325 | 17 | 56 | 0 | 20 | 430 | 66 | 100 |
| Binary | 10110100 | 1110010 | 11010101 | 1111 | 101110 | 0 | 10000 | 100011000 | 110110 | 1000000 |
Color Harmonies of #B472D5
Complementary color
Monochromatic Colors of #B472D5
Black with #B472D5
Text Example
Text Example
White with #B472D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472D5; }
p { color: rgb(180,114,213); }
H1.HeaderClassName
{
color: #B472D5;
}
.AnyTagClassName
{
color: #B472D5;
}
</style>
background-color css
<style>
a { background-color: #B472D5; }
a { background-color: rgb(180,114,213); }
div.DivClassName
{
background-color: #B472D5;
}
.BgClassName
{
background-color: #B472D5;
}
</style>
border-color css
<style>
span { border-color: #B472D5; }
span { border-color: rgb(180,114,213); }
td.TdClassName
{
border-color: #B472D5;
}
.TagClassName
{
border-color: #B472D5;
}
</style>