Shades of Medium Orchid #B34FFB
Tints of Medium Orchid #B34FFB
RGB
CMYK
RGB Variations
Color information
#B34FFB (or 0xB34FFB) is known color: Medium Orchid. HEX triplet: B3, 4F and FB. RGB value is (179,79,251). Sum of RGB (Red+Green+Blue) = 179+79+251=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B34FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34FFB is #4CB004. Grayscale: #7F7F7F. Windows color (decimal): -5025797 or 16469939. OLE color: 16469939.
HSL color Cylindrical-coordinate representation of color #B34FFB: hue angle of 274.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34FFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 79 | 251 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.02 |
| HSL | 274.88º | 0.96% | 0.65% | - |
| HSV(B) | 274.88º | 0.69% | 0.98% | - |
| XYZ | 38.8 | 22.14 | 93.5 | - |
| YUV | 128.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 251 | 0.29 | 0.69 | 0 | 0.02 | 274.88 | 0.96 | 0.65 |
| Hex | B3 | 4F | FB | 1D | 45 | 0 | 2 | 113 | 60 | 41 |
| Octal | 263 | 117 | 373 | 35 | 105 | 0 | 2 | 423 | 140 | 101 |
| Binary | 10110011 | 1001111 | 11111011 | 11101 | 1000101 | 0 | 10 | 100010011 | 1100000 | 1000001 |
Color Harmonies of #B34FFB
Complementary color
Monochromatic Colors of #B34FFB
Black with #B34FFB
Text Example
Text Example
White with #B34FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34FFB; }
p { color: rgb(179,79,251); }
H1.HeaderClassName
{
color: #B34FFB;
}
.AnyTagClassName
{
color: #B34FFB;
}
</style>
background-color css
<style>
a { background-color: #B34FFB; }
a { background-color: rgb(179,79,251); }
div.DivClassName
{
background-color: #B34FFB;
}
.BgClassName
{
background-color: #B34FFB;
}
</style>
border-color css
<style>
span { border-color: #B34FFB; }
span { border-color: rgb(179,79,251); }
td.TdClassName
{
border-color: #B34FFB;
}
.TagClassName
{
border-color: #B34FFB;
}
</style>