Shades of Medium Orchid #B34DD2
Tints of Medium Orchid #B34DD2
RGB
CMYK
RGB Variations
Color information
#B34DD2 (or 0xB34DD2) is known color: Medium Orchid. HEX triplet: B3, 4D and D2. RGB value is (179,77,210). Sum of RGB (Red+Green+Blue) = 179+77+210=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #B34DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DD2 is #4CB22D. Grayscale: #7A7A7A. Windows color (decimal): -5026350 or 13782451. OLE color: 13782451.
HSL color Cylindrical-coordinate representation of color #B34DD2: hue angle of 286.02º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34DD2 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 77 | 210 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.18 |
| HSL | 286.02º | 0.6% | 0.56% | - |
| HSV(B) | 286.02º | 0.63% | 0.82% | - |
| XYZ | 32.88 | 19.54 | 63.01 | - |
| YUV | 122.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 210 | 0.15 | 0.63 | 0 | 0.18 | 286.02 | 0.6 | 0.56 |
| Hex | B3 | 4D | D2 | F | 3F | 0 | 12 | 11E | 3C | 38 |
| Octal | 263 | 115 | 322 | 17 | 77 | 0 | 22 | 436 | 74 | 70 |
| Binary | 10110011 | 1001101 | 11010010 | 1111 | 111111 | 0 | 10010 | 100011110 | 111100 | 111000 |
Color Harmonies of #B34DD2
Complementary color
Monochromatic Colors of #B34DD2
Black with #B34DD2
Text Example
Text Example
White with #B34DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DD2; }
p { color: rgb(179,77,210); }
H1.HeaderClassName
{
color: #B34DD2;
}
.AnyTagClassName
{
color: #B34DD2;
}
</style>
background-color css
<style>
a { background-color: #B34DD2; }
a { background-color: rgb(179,77,210); }
div.DivClassName
{
background-color: #B34DD2;
}
.BgClassName
{
background-color: #B34DD2;
}
</style>
border-color css
<style>
span { border-color: #B34DD2; }
span { border-color: rgb(179,77,210); }
td.TdClassName
{
border-color: #B34DD2;
}
.TagClassName
{
border-color: #B34DD2;
}
</style>