Shades of Medium Orchid #B34AFC
Tints of Medium Orchid #B34AFC
RGB
CMYK
RGB Variations
Color information
#B34AFC (or 0xB34AFC) is known color: Medium Orchid. HEX triplet: B3, 4A and FC. RGB value is (179,74,252). Sum of RGB (Red+Green+Blue) = 179+74+252=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #B34AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34AFC is #4CB503. Grayscale: #7D7D7D. Windows color (decimal): -5027076 or 16534195. OLE color: 16534195.
HSL color Cylindrical-coordinate representation of color #B34AFC: hue angle of 275.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B34AFC is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 74 | 252 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.01 |
| HSL | 275.39º | 0.97% | 0.64% | - |
| HSV(B) | 275.39º | 0.71% | 0.99% | - |
| XYZ | 38.61 | 21.51 | 94.21 | - |
| YUV | 125.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 252 | 0.29 | 0.71 | 0 | 0.01 | 275.39 | 0.97 | 0.64 |
| Hex | B3 | 4A | FC | 1D | 47 | 0 | 1 | 113 | 61 | 40 |
| Octal | 263 | 112 | 374 | 35 | 107 | 0 | 1 | 423 | 141 | 100 |
| Binary | 10110011 | 1001010 | 11111100 | 11101 | 1000111 | 0 | 1 | 100010011 | 1100001 | 1000000 |
Color Harmonies of #B34AFC
Complementary color
Monochromatic Colors of #B34AFC
Black with #B34AFC
Text Example
Text Example
White with #B34AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34AFC; }
p { color: rgb(179,74,252); }
H1.HeaderClassName
{
color: #B34AFC;
}
.AnyTagClassName
{
color: #B34AFC;
}
</style>
background-color css
<style>
a { background-color: #B34AFC; }
a { background-color: rgb(179,74,252); }
div.DivClassName
{
background-color: #B34AFC;
}
.BgClassName
{
background-color: #B34AFC;
}
</style>
border-color css
<style>
span { border-color: #B34AFC; }
span { border-color: rgb(179,74,252); }
td.TdClassName
{
border-color: #B34AFC;
}
.TagClassName
{
border-color: #B34AFC;
}
</style>