Shades of Medium Orchid #B45FDC
Tints of Medium Orchid #B45FDC
RGB
CMYK
RGB Variations
Color information
#B45FDC (or 0xB45FDC) is known color: Medium Orchid. HEX triplet: B4, 5F and DC. RGB value is (180,95,220). Sum of RGB (Red+Green+Blue) = 180+95+220=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B45FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FDC is #4BA023. Grayscale: #868686. Windows color (decimal): -4956196 or 14442420. OLE color: 14442420.
HSL color Cylindrical-coordinate representation of color #B45FDC: hue angle of 280.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45FDC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 95 | 220 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.14 |
| HSL | 280.8º | 0.64% | 0.62% | - |
| HSV(B) | 280.8º | 0.57% | 0.86% | - |
| XYZ | 35.83 | 23.06 | 70.27 | - |
| YUV | 134.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 220 | 0.18 | 0.57 | 0 | 0.14 | 280.8 | 0.64 | 0.62 |
| Hex | B4 | 5F | DC | 12 | 39 | 0 | E | 119 | 40 | 3E |
| Octal | 264 | 137 | 334 | 22 | 71 | 0 | 16 | 431 | 100 | 76 |
| Binary | 10110100 | 1011111 | 11011100 | 10010 | 111001 | 0 | 1110 | 100011001 | 1000000 | 111110 |
Color Harmonies of #B45FDC
Complementary color
Monochromatic Colors of #B45FDC
Black with #B45FDC
Text Example
Text Example
White with #B45FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45FDC; }
p { color: rgb(180,95,220); }
H1.HeaderClassName
{
color: #B45FDC;
}
.AnyTagClassName
{
color: #B45FDC;
}
</style>
background-color css
<style>
a { background-color: #B45FDC; }
a { background-color: rgb(180,95,220); }
div.DivClassName
{
background-color: #B45FDC;
}
.BgClassName
{
background-color: #B45FDC;
}
</style>
border-color css
<style>
span { border-color: #B45FDC; }
span { border-color: rgb(180,95,220); }
td.TdClassName
{
border-color: #B45FDC;
}
.TagClassName
{
border-color: #B45FDC;
}
</style>