Shades of Medium Orchid #B472D2
Tints of Medium Orchid #B472D2
RGB
CMYK
RGB Variations
Color information
#B472D2 (or 0xB472D2) is known color: Medium Orchid. HEX triplet: B4, 72 and D2. RGB value is (180,114,210). Sum of RGB (Red+Green+Blue) = 180+114+210=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #B472D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472D2 is #4B8D2D. Grayscale: #909090. Windows color (decimal): -4951342 or 13791924. OLE color: 13791924.
HSL color Cylindrical-coordinate representation of color #B472D2: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B472D2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 114 | 210 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.18 |
| HSL | 281.25º | 0.52% | 0.64% | - |
| HSV(B) | 281.25º | 0.46% | 0.82% | - |
| XYZ | 36.47 | 26.39 | 64.14 | - |
| YUV | 144.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 210 | 0.14 | 0.46 | 0 | 0.18 | 281.25 | 0.52 | 0.64 |
| Hex | B4 | 72 | D2 | E | 2E | 0 | 12 | 119 | 34 | 40 |
| Octal | 264 | 162 | 322 | 16 | 56 | 0 | 22 | 431 | 64 | 100 |
| Binary | 10110100 | 1110010 | 11010010 | 1110 | 101110 | 0 | 10010 | 100011001 | 110100 | 1000000 |
Color Harmonies of #B472D2
Complementary color
Monochromatic Colors of #B472D2
Black with #B472D2
Text Example
Text Example
White with #B472D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472D2; }
p { color: rgb(180,114,210); }
H1.HeaderClassName
{
color: #B472D2;
}
.AnyTagClassName
{
color: #B472D2;
}
</style>
background-color css
<style>
a { background-color: #B472D2; }
a { background-color: rgb(180,114,210); }
div.DivClassName
{
background-color: #B472D2;
}
.BgClassName
{
background-color: #B472D2;
}
</style>
border-color css
<style>
span { border-color: #B472D2; }
span { border-color: rgb(180,114,210); }
td.TdClassName
{
border-color: #B472D2;
}
.TagClassName
{
border-color: #B472D2;
}
</style>