Shades of Medium Orchid #B34DFB
Tints of Medium Orchid #B34DFB
RGB
CMYK
RGB Variations
Color information
#B34DFB (or 0xB34DFB) is known color: Medium Orchid. HEX triplet: B3, 4D and FB. RGB value is (179,77,251). Sum of RGB (Red+Green+Blue) = 179+77+251=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B34DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DFB is #4CB204. Grayscale: #7E7E7E. Windows color (decimal): -5026309 or 16469427. OLE color: 16469427.
HSL color Cylindrical-coordinate representation of color #B34DFB: hue angle of 275.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34DFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 77 | 251 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.02 |
| HSL | 275.17º | 0.96% | 0.64% | - |
| HSV(B) | 275.17º | 0.69% | 0.98% | - |
| XYZ | 38.66 | 21.86 | 93.45 | - |
| YUV | 127.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 251 | 0.29 | 0.69 | 0 | 0.02 | 275.17 | 0.96 | 0.64 |
| Hex | B3 | 4D | FB | 1D | 45 | 0 | 2 | 113 | 60 | 40 |
| Octal | 263 | 115 | 373 | 35 | 105 | 0 | 2 | 423 | 140 | 100 |
| Binary | 10110011 | 1001101 | 11111011 | 11101 | 1000101 | 0 | 10 | 100010011 | 1100000 | 1000000 |
Color Harmonies of #B34DFB
Complementary color
Monochromatic Colors of #B34DFB
Black with #B34DFB
Text Example
Text Example
White with #B34DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DFB; }
p { color: rgb(179,77,251); }
H1.HeaderClassName
{
color: #B34DFB;
}
.AnyTagClassName
{
color: #B34DFB;
}
</style>
background-color css
<style>
a { background-color: #B34DFB; }
a { background-color: rgb(179,77,251); }
div.DivClassName
{
background-color: #B34DFB;
}
.BgClassName
{
background-color: #B34DFB;
}
</style>
border-color css
<style>
span { border-color: #B34DFB; }
span { border-color: rgb(179,77,251); }
td.TdClassName
{
border-color: #B34DFB;
}
.TagClassName
{
border-color: #B34DFB;
}
</style>