Shades of Medium Orchid #B34BFF
Tints of Medium Orchid #B34BFF
RGB
CMYK
RGB Variations
Color information
#B34BFF (or 0xB34BFF) is known color: Medium Orchid. HEX triplet: B3, 4B and FF. RGB value is (179,75,255). Sum of RGB (Red+Green+Blue) = 179+75+255=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B34BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34BFF is #4CB400. Grayscale: #7D7D7D. Windows color (decimal): -5026817 or 16731059. OLE color: 16731059.
HSL color Cylindrical-coordinate representation of color #B34BFF: hue angle of 274.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B34BFF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 75 | 255 | - |
| CMYK | 0.30 | 0.71 | 0 | 0 |
| HSL | 274.67º | 1% | 0.65% | - |
| HSV(B) | 274.67º | 0.71% | 1% | - |
| XYZ | 39.16 | 21.84 | 96.76 | - |
| YUV | 126.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 75 | 255 | 0.30 | 0.71 | 0 | 0 | 274.67 | 1 | 0.65 |
| Hex | B3 | 4B | FF | 1E | 47 | 0 | 0 | 113 | 64 | 41 |
| Octal | 263 | 113 | 377 | 36 | 107 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110011 | 1001011 | 11111111 | 11110 | 1000111 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B34BFF
Complementary color
Monochromatic Colors of #B34BFF
Black with #B34BFF
Text Example
Text Example
White with #B34BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34BFF; }
p { color: rgb(179,75,255); }
H1.HeaderClassName
{
color: #B34BFF;
}
.AnyTagClassName
{
color: #B34BFF;
}
</style>
background-color css
<style>
a { background-color: #B34BFF; }
a { background-color: rgb(179,75,255); }
div.DivClassName
{
background-color: #B34BFF;
}
.BgClassName
{
background-color: #B34BFF;
}
</style>
border-color css
<style>
span { border-color: #B34BFF; }
span { border-color: rgb(179,75,255); }
td.TdClassName
{
border-color: #B34BFF;
}
.TagClassName
{
border-color: #B34BFF;
}
</style>