Shades of Medium Orchid #B34CFF
Tints of Medium Orchid #B34CFF
RGB
CMYK
RGB Variations
Color information
#B34CFF (or 0xB34CFF) is known color: Medium Orchid. HEX triplet: B3, 4C and FF. RGB value is (179,76,255). Sum of RGB (Red+Green+Blue) = 179+76+255=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #B34CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CFF is #4CB300. Grayscale: #7E7E7E. Windows color (decimal): -5026561 or 16731315. OLE color: 16731315.
HSL color Cylindrical-coordinate representation of color #B34CFF: hue angle of 274.53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34CFF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 76 | 255 | - |
| CMYK | 0.30 | 0.70 | 0 | 0 |
| HSL | 274.53º | 1% | 0.65% | - |
| HSV(B) | 274.53º | 0.7% | 1% | - |
| XYZ | 39.22 | 21.97 | 96.78 | - |
| YUV | 127.2 | 200.12 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 255 | 0.30 | 0.70 | 0 | 0 | 274.53 | 1 | 0.65 |
| Hex | B3 | 4C | FF | 1E | 46 | 0 | 0 | 113 | 64 | 41 |
| Octal | 263 | 114 | 377 | 36 | 106 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110011 | 1001100 | 11111111 | 11110 | 1000110 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B34CFF
Complementary color
Monochromatic Colors of #B34CFF
Black with #B34CFF
Text Example
Text Example
White with #B34CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CFF; }
p { color: rgb(179,76,255); }
H1.HeaderClassName
{
color: #B34CFF;
}
.AnyTagClassName
{
color: #B34CFF;
}
</style>
background-color css
<style>
a { background-color: #B34CFF; }
a { background-color: rgb(179,76,255); }
div.DivClassName
{
background-color: #B34CFF;
}
.BgClassName
{
background-color: #B34CFF;
}
</style>
border-color css
<style>
span { border-color: #B34CFF; }
span { border-color: rgb(179,76,255); }
td.TdClassName
{
border-color: #B34CFF;
}
.TagClassName
{
border-color: #B34CFF;
}
</style>