Shades of Medium Orchid #B345DA
Tints of Medium Orchid #B345DA
RGB
CMYK
RGB Variations
Color information
#B345DA (or 0xB345DA) is known color: Medium Orchid. HEX triplet: B3, 45 and DA. RGB value is (179,69,218). Sum of RGB (Red+Green+Blue) = 179+69+218=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B345DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345DA is #4CBA25. Grayscale: #767676. Windows color (decimal): -5028390 or 14304691. OLE color: 14304691.
HSL color Cylindrical-coordinate representation of color #B345DA: hue angle of 284.3º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B345DA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 69 | 218 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.15 |
| HSL | 284.3º | 0.67% | 0.56% | - |
| HSV(B) | 284.3º | 0.68% | 0.85% | - |
| XYZ | 33.37 | 18.9 | 68.22 | - |
| YUV | 118.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 218 | 0.18 | 0.68 | 0 | 0.15 | 284.3 | 0.67 | 0.56 |
| Hex | B3 | 45 | DA | 12 | 44 | 0 | F | 11C | 43 | 38 |
| Octal | 263 | 105 | 332 | 22 | 104 | 0 | 17 | 434 | 103 | 70 |
| Binary | 10110011 | 1000101 | 11011010 | 10010 | 1000100 | 0 | 1111 | 100011100 | 1000011 | 111000 |
Color Harmonies of #B345DA
Complementary color
Monochromatic Colors of #B345DA
Black with #B345DA
Text Example
Text Example
White with #B345DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345DA; }
p { color: rgb(179,69,218); }
H1.HeaderClassName
{
color: #B345DA;
}
.AnyTagClassName
{
color: #B345DA;
}
</style>
background-color css
<style>
a { background-color: #B345DA; }
a { background-color: rgb(179,69,218); }
div.DivClassName
{
background-color: #B345DA;
}
.BgClassName
{
background-color: #B345DA;
}
</style>
border-color css
<style>
span { border-color: #B345DA; }
span { border-color: rgb(179,69,218); }
td.TdClassName
{
border-color: #B345DA;
}
.TagClassName
{
border-color: #B345DA;
}
</style>