Shades of Medium Orchid #B475D4
Tints of Medium Orchid #B475D4
RGB
CMYK
RGB Variations
Color information
#B475D4 (or 0xB475D4) is known color: Medium Orchid. HEX triplet: B4, 75 and D4. RGB value is (180,117,212). Sum of RGB (Red+Green+Blue) = 180+117+212=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B475D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475D4 is #4B8A2B. Grayscale: #929292. Windows color (decimal): -4950572 or 13923764. OLE color: 13923764.
HSL color Cylindrical-coordinate representation of color #B475D4: hue angle of 279.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B475D4 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 117 | 212 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.17 |
| HSL | 279.79º | 0.52% | 0.65% | - |
| HSV(B) | 279.79º | 0.45% | 0.83% | - |
| XYZ | 37.07 | 27.18 | 65.58 | - |
| YUV | 146.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 212 | 0.15 | 0.45 | 0 | 0.17 | 279.79 | 0.52 | 0.65 |
| Hex | B4 | 75 | D4 | F | 2D | 0 | 11 | 118 | 34 | 41 |
| Octal | 264 | 165 | 324 | 17 | 55 | 0 | 21 | 430 | 64 | 101 |
| Binary | 10110100 | 1110101 | 11010100 | 1111 | 101101 | 0 | 10001 | 100011000 | 110100 | 1000001 |
Color Harmonies of #B475D4
Complementary color
Monochromatic Colors of #B475D4
Black with #B475D4
Text Example
Text Example
White with #B475D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B475D4; }
p { color: rgb(180,117,212); }
H1.HeaderClassName
{
color: #B475D4;
}
.AnyTagClassName
{
color: #B475D4;
}
</style>
background-color css
<style>
a { background-color: #B475D4; }
a { background-color: rgb(180,117,212); }
div.DivClassName
{
background-color: #B475D4;
}
.BgClassName
{
background-color: #B475D4;
}
</style>
border-color css
<style>
span { border-color: #B475D4; }
span { border-color: rgb(180,117,212); }
td.TdClassName
{
border-color: #B475D4;
}
.TagClassName
{
border-color: #B475D4;
}
</style>