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