Shades of Medium Orchid #B45BDF
Tints of Medium Orchid #B45BDF
RGB
CMYK
RGB Variations
Color information
#B45BDF (or 0xB45BDF) is known color: Medium Orchid. HEX triplet: B4, 5B and DF. RGB value is (180,91,223). Sum of RGB (Red+Green+Blue) = 180+91+223=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #B45BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BDF is #4BA420. Grayscale: #848484. Windows color (decimal): -4957217 or 14638004. OLE color: 14638004.
HSL color Cylindrical-coordinate representation of color #B45BDF: hue angle of 280.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45BDF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 91 | 223 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.13 |
| HSL | 280.45º | 0.67% | 0.62% | - |
| HSV(B) | 280.45º | 0.59% | 0.87% | - |
| XYZ | 35.88 | 22.51 | 72.27 | - |
| YUV | 132.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 223 | 0.19 | 0.59 | 0 | 0.13 | 280.45 | 0.67 | 0.62 |
| Hex | B4 | 5B | DF | 13 | 3B | 0 | D | 118 | 43 | 3E |
| Octal | 264 | 133 | 337 | 23 | 73 | 0 | 15 | 430 | 103 | 76 |
| Binary | 10110100 | 1011011 | 11011111 | 10011 | 111011 | 0 | 1101 | 100011000 | 1000011 | 111110 |
Color Harmonies of #B45BDF
Complementary color
Monochromatic Colors of #B45BDF
Black with #B45BDF
Text Example
Text Example
White with #B45BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BDF; }
p { color: rgb(180,91,223); }
H1.HeaderClassName
{
color: #B45BDF;
}
.AnyTagClassName
{
color: #B45BDF;
}
</style>
background-color css
<style>
a { background-color: #B45BDF; }
a { background-color: rgb(180,91,223); }
div.DivClassName
{
background-color: #B45BDF;
}
.BgClassName
{
background-color: #B45BDF;
}
</style>
border-color css
<style>
span { border-color: #B45BDF; }
span { border-color: rgb(180,91,223); }
td.TdClassName
{
border-color: #B45BDF;
}
.TagClassName
{
border-color: #B45BDF;
}
</style>