Shades of Medium Orchid #B346DA
Tints of Medium Orchid #B346DA
RGB
CMYK
RGB Variations
Color information
#B346DA (or 0xB346DA) is known color: Medium Orchid. HEX triplet: B3, 46 and DA. RGB value is (179,70,218). Sum of RGB (Red+Green+Blue) = 179+70+218=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B346DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346DA is #4CB925. Grayscale: #767676. Windows color (decimal): -5028134 or 14304947. OLE color: 14304947.
HSL color Cylindrical-coordinate representation of color #B346DA: hue angle of 284.19º 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 #B346DA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 70 | 218 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.15 |
| HSL | 284.19º | 0.67% | 0.56% | - |
| HSV(B) | 284.19º | 0.68% | 0.85% | - |
| XYZ | 33.44 | 19.03 | 68.24 | - |
| YUV | 119.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 218 | 0.18 | 0.68 | 0 | 0.15 | 284.19 | 0.67 | 0.56 |
| Hex | B3 | 46 | DA | 12 | 44 | 0 | F | 11C | 43 | 38 |
| Octal | 263 | 106 | 332 | 22 | 104 | 0 | 17 | 434 | 103 | 70 |
| Binary | 10110011 | 1000110 | 11011010 | 10010 | 1000100 | 0 | 1111 | 100011100 | 1000011 | 111000 |
Color Harmonies of #B346DA
Complementary color
Monochromatic Colors of #B346DA
Black with #B346DA
Text Example
Text Example
White with #B346DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346DA; }
p { color: rgb(179,70,218); }
H1.HeaderClassName
{
color: #B346DA;
}
.AnyTagClassName
{
color: #B346DA;
}
</style>
background-color css
<style>
a { background-color: #B346DA; }
a { background-color: rgb(179,70,218); }
div.DivClassName
{
background-color: #B346DA;
}
.BgClassName
{
background-color: #B346DA;
}
</style>
border-color css
<style>
span { border-color: #B346DA; }
span { border-color: rgb(179,70,218); }
td.TdClassName
{
border-color: #B346DA;
}
.TagClassName
{
border-color: #B346DA;
}
</style>