Shades of Medium Orchid #B351F2
Tints of Medium Orchid #B351F2
RGB
CMYK
RGB Variations
Color information
#B351F2 (or 0xB351F2) is known color: Medium Orchid. HEX triplet: B3, 51 and F2. RGB value is (179,81,242). Sum of RGB (Red+Green+Blue) = 179+81+242=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #B351F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351F2 is #4CAE0D. Grayscale: #808080. Windows color (decimal): -5025294 or 15880627. OLE color: 15880627.
HSL color Cylindrical-coordinate representation of color #B351F2: hue angle of 276.52º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B351F2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 81 | 242 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.05 |
| HSL | 276.52º | 0.86% | 0.63% | - |
| HSV(B) | 276.52º | 0.67% | 0.95% | - |
| XYZ | 37.56 | 21.88 | 86.25 | - |
| YUV | 128.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 242 | 0.26 | 0.67 | 0 | 0.05 | 276.52 | 0.86 | 0.63 |
| Hex | B3 | 51 | F2 | 1A | 43 | 0 | 5 | 115 | 56 | 3F |
| Octal | 263 | 121 | 362 | 32 | 103 | 0 | 5 | 425 | 126 | 77 |
| Binary | 10110011 | 1010001 | 11110010 | 11010 | 1000011 | 0 | 101 | 100010101 | 1010110 | 111111 |
Color Harmonies of #B351F2
Complementary color
Monochromatic Colors of #B351F2
Black with #B351F2
Text Example
Text Example
White with #B351F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351F2; }
p { color: rgb(179,81,242); }
H1.HeaderClassName
{
color: #B351F2;
}
.AnyTagClassName
{
color: #B351F2;
}
</style>
background-color css
<style>
a { background-color: #B351F2; }
a { background-color: rgb(179,81,242); }
div.DivClassName
{
background-color: #B351F2;
}
.BgClassName
{
background-color: #B351F2;
}
</style>
border-color css
<style>
span { border-color: #B351F2; }
span { border-color: rgb(179,81,242); }
td.TdClassName
{
border-color: #B351F2;
}
.TagClassName
{
border-color: #B351F2;
}
</style>