Shades of Medium Orchid #B34FFC
Tints of Medium Orchid #B34FFC
RGB
CMYK
RGB Variations
Color information
#B34FFC (or 0xB34FFC) is known color: Medium Orchid. HEX triplet: B3, 4F and FC. RGB value is (179,79,252). Sum of RGB (Red+Green+Blue) = 179+79+252=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B34FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34FFC is #4CB003. Grayscale: #808080. Windows color (decimal): -5025796 or 16535475. OLE color: 16535475.
HSL color Cylindrical-coordinate representation of color #B34FFC: hue angle of 274.68º degrees, saturation: 0.97, 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 #B34FFC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 79 | 252 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.01 |
| HSL | 274.68º | 0.97% | 0.65% | - |
| HSV(B) | 274.68º | 0.69% | 0.99% | - |
| XYZ | 38.96 | 22.2 | 94.33 | - |
| YUV | 128.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 252 | 0.29 | 0.69 | 0 | 0.01 | 274.68 | 0.97 | 0.65 |
| Hex | B3 | 4F | FC | 1D | 45 | 0 | 1 | 113 | 61 | 41 |
| Octal | 263 | 117 | 374 | 35 | 105 | 0 | 1 | 423 | 141 | 101 |
| Binary | 10110011 | 1001111 | 11111100 | 11101 | 1000101 | 0 | 1 | 100010011 | 1100001 | 1000001 |
Color Harmonies of #B34FFC
Complementary color
Monochromatic Colors of #B34FFC
Black with #B34FFC
Text Example
Text Example
White with #B34FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34FFC; }
p { color: rgb(179,79,252); }
H1.HeaderClassName
{
color: #B34FFC;
}
.AnyTagClassName
{
color: #B34FFC;
}
</style>
background-color css
<style>
a { background-color: #B34FFC; }
a { background-color: rgb(179,79,252); }
div.DivClassName
{
background-color: #B34FFC;
}
.BgClassName
{
background-color: #B34FFC;
}
</style>
border-color css
<style>
span { border-color: #B34FFC; }
span { border-color: rgb(179,79,252); }
td.TdClassName
{
border-color: #B34FFC;
}
.TagClassName
{
border-color: #B34FFC;
}
</style>