Shades of Medium Orchid #B445DC
Tints of Medium Orchid #B445DC
RGB
CMYK
RGB Variations
Color information
#B445DC (or 0xB445DC) is known color: Medium Orchid. HEX triplet: B4, 45 and DC. RGB value is (180,69,220). Sum of RGB (Red+Green+Blue) = 180+69+220=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B445DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445DC is #4BBA23. Grayscale: #767676. Windows color (decimal): -4962852 or 14435764. OLE color: 14435764.
HSL color Cylindrical-coordinate representation of color #B445DC: hue angle of 284.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B445DC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 69 | 220 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.14 |
| HSL | 284.11º | 0.68% | 0.57% | - |
| HSV(B) | 284.11º | 0.69% | 0.86% | - |
| XYZ | 33.87 | 19.13 | 69.62 | - |
| YUV | 119.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 220 | 0.18 | 0.69 | 0 | 0.14 | 284.11 | 0.68 | 0.57 |
| Hex | B4 | 45 | DC | 12 | 45 | 0 | E | 11C | 44 | 39 |
| Octal | 264 | 105 | 334 | 22 | 105 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110100 | 1000101 | 11011100 | 10010 | 1000101 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B445DC
Complementary color
Monochromatic Colors of #B445DC
Black with #B445DC
Text Example
Text Example
White with #B445DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445DC; }
p { color: rgb(180,69,220); }
H1.HeaderClassName
{
color: #B445DC;
}
.AnyTagClassName
{
color: #B445DC;
}
</style>
background-color css
<style>
a { background-color: #B445DC; }
a { background-color: rgb(180,69,220); }
div.DivClassName
{
background-color: #B445DC;
}
.BgClassName
{
background-color: #B445DC;
}
</style>
border-color css
<style>
span { border-color: #B445DC; }
span { border-color: rgb(180,69,220); }
td.TdClassName
{
border-color: #B445DC;
}
.TagClassName
{
border-color: #B445DC;
}
</style>