Shades of Medium Orchid #B345DC
Tints of Medium Orchid #B345DC
RGB
CMYK
RGB Variations
Color information
#B345DC (or 0xB345DC) is known color: Medium Orchid. HEX triplet: B3, 45 and DC. RGB value is (179,69,220). Sum of RGB (Red+Green+Blue) = 179+69+220=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #B345DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345DC is #4CBA23. Grayscale: #767676. Windows color (decimal): -5028388 or 14435763. OLE color: 14435763.
HSL color Cylindrical-coordinate representation of color #B345DC: hue angle of 283.71º 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 #B345DC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 69 | 220 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.14 |
| HSL | 283.71º | 0.68% | 0.57% | - |
| HSV(B) | 283.71º | 0.69% | 0.86% | - |
| XYZ | 33.64 | 19.01 | 69.61 | - |
| YUV | 119.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 220 | 0.19 | 0.69 | 0 | 0.14 | 283.71 | 0.68 | 0.57 |
| Hex | B3 | 45 | DC | 13 | 45 | 0 | E | 11C | 44 | 39 |
| Octal | 263 | 105 | 334 | 23 | 105 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110011 | 1000101 | 11011100 | 10011 | 1000101 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B345DC
Complementary color
Monochromatic Colors of #B345DC
Black with #B345DC
Text Example
Text Example
White with #B345DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345DC; }
p { color: rgb(179,69,220); }
H1.HeaderClassName
{
color: #B345DC;
}
.AnyTagClassName
{
color: #B345DC;
}
</style>
background-color css
<style>
a { background-color: #B345DC; }
a { background-color: rgb(179,69,220); }
div.DivClassName
{
background-color: #B345DC;
}
.BgClassName
{
background-color: #B345DC;
}
</style>
border-color css
<style>
span { border-color: #B345DC; }
span { border-color: rgb(179,69,220); }
td.TdClassName
{
border-color: #B345DC;
}
.TagClassName
{
border-color: #B345DC;
}
</style>