Shades of Medium Orchid #B45BD2
Tints of Medium Orchid #B45BD2
RGB
CMYK
RGB Variations
Color information
#B45BD2 (or 0xB45BD2) is known color: Medium Orchid. HEX triplet: B4, 5B and D2. RGB value is (180,91,210). Sum of RGB (Red+Green+Blue) = 180+91+210=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #B45BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BD2 is #4BA42D. Grayscale: #828282. Windows color (decimal): -4957230 or 13786036. OLE color: 13786036.
HSL color Cylindrical-coordinate representation of color #B45BD2: hue angle of 284.87º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45BD2 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 91 | 210 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.18 |
| HSL | 284.87º | 0.57% | 0.59% | - |
| HSV(B) | 284.87º | 0.57% | 0.82% | - |
| XYZ | 34.2 | 21.84 | 63.39 | - |
| YUV | 131.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 210 | 0.14 | 0.57 | 0 | 0.18 | 284.87 | 0.57 | 0.59 |
| Hex | B4 | 5B | D2 | E | 39 | 0 | 12 | 11D | 39 | 3B |
| Octal | 264 | 133 | 322 | 16 | 71 | 0 | 22 | 435 | 71 | 73 |
| Binary | 10110100 | 1011011 | 11010010 | 1110 | 111001 | 0 | 10010 | 100011101 | 111001 | 111011 |
Color Harmonies of #B45BD2
Complementary color
Monochromatic Colors of #B45BD2
Black with #B45BD2
Text Example
Text Example
White with #B45BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BD2; }
p { color: rgb(180,91,210); }
H1.HeaderClassName
{
color: #B45BD2;
}
.AnyTagClassName
{
color: #B45BD2;
}
</style>
background-color css
<style>
a { background-color: #B45BD2; }
a { background-color: rgb(180,91,210); }
div.DivClassName
{
background-color: #B45BD2;
}
.BgClassName
{
background-color: #B45BD2;
}
</style>
border-color css
<style>
span { border-color: #B45BD2; }
span { border-color: rgb(180,91,210); }
td.TdClassName
{
border-color: #B45BD2;
}
.TagClassName
{
border-color: #B45BD2;
}
</style>