Shades of Medium Orchid #B34EFD
Tints of Medium Orchid #B34EFD
RGB
CMYK
RGB Variations
Color information
#B34EFD (or 0xB34EFD) is known color: Medium Orchid. HEX triplet: B3, 4E and FD. RGB value is (179,78,253). Sum of RGB (Red+Green+Blue) = 179+78+253=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #B34EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34EFD is #4CB102. Grayscale: #7F7F7F. Windows color (decimal): -5026051 or 16600755. OLE color: 16600755.
HSL color Cylindrical-coordinate representation of color #B34EFD: hue angle of 274.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34EFD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 78 | 253 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.01 |
| HSL | 274.63º | 0.98% | 0.65% | - |
| HSV(B) | 274.63º | 0.69% | 0.99% | - |
| XYZ | 39.04 | 22.12 | 95.14 | - |
| YUV | 128.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 253 | 0.29 | 0.69 | 0 | 0.01 | 274.63 | 0.98 | 0.65 |
| Hex | B3 | 4E | FD | 1D | 45 | 0 | 1 | 113 | 62 | 41 |
| Octal | 263 | 116 | 375 | 35 | 105 | 0 | 1 | 423 | 142 | 101 |
| Binary | 10110011 | 1001110 | 11111101 | 11101 | 1000101 | 0 | 1 | 100010011 | 1100010 | 1000001 |
Color Harmonies of #B34EFD
Complementary color
Monochromatic Colors of #B34EFD
Black with #B34EFD
Text Example
Text Example
White with #B34EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EFD; }
p { color: rgb(179,78,253); }
H1.HeaderClassName
{
color: #B34EFD;
}
.AnyTagClassName
{
color: #B34EFD;
}
</style>
background-color css
<style>
a { background-color: #B34EFD; }
a { background-color: rgb(179,78,253); }
div.DivClassName
{
background-color: #B34EFD;
}
.BgClassName
{
background-color: #B34EFD;
}
</style>
border-color css
<style>
span { border-color: #B34EFD; }
span { border-color: rgb(179,78,253); }
td.TdClassName
{
border-color: #B34EFD;
}
.TagClassName
{
border-color: #B34EFD;
}
</style>