Shades of Medium Orchid #B851F2
Tints of Medium Orchid #B851F2
RGB
CMYK
RGB Variations
Color information
#B851F2 (or 0xB851F2) is known color: Medium Orchid. HEX triplet: B8, 51 and F2. RGB value is (184,81,242). Sum of RGB (Red+Green+Blue) = 184+81+242=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #B851F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851F2 is #47AE0D. Grayscale: #818181. Windows color (decimal): -4697614 or 15880632. OLE color: 15880632.
HSL color Cylindrical-coordinate representation of color #B851F2: hue angle of 278.39º 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 #B851F2 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 81 | 242 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.05 |
| HSL | 278.39º | 0.86% | 0.63% | - |
| HSV(B) | 278.39º | 0.67% | 0.95% | - |
| XYZ | 38.74 | 22.49 | 86.3 | - |
| YUV | 130.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 242 | 0.24 | 0.67 | 0 | 0.05 | 278.39 | 0.86 | 0.63 |
| Hex | B8 | 51 | F2 | 18 | 43 | 0 | 5 | 116 | 56 | 3F |
| Octal | 270 | 121 | 362 | 30 | 103 | 0 | 5 | 426 | 126 | 77 |
| Binary | 10111000 | 1010001 | 11110010 | 11000 | 1000011 | 0 | 101 | 100010110 | 1010110 | 111111 |
Color Harmonies of #B851F2
Complementary color
Monochromatic Colors of #B851F2
Black with #B851F2
Text Example
Text Example
White with #B851F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851F2; }
p { color: rgb(184,81,242); }
H1.HeaderClassName
{
color: #B851F2;
}
.AnyTagClassName
{
color: #B851F2;
}
</style>
background-color css
<style>
a { background-color: #B851F2; }
a { background-color: rgb(184,81,242); }
div.DivClassName
{
background-color: #B851F2;
}
.BgClassName
{
background-color: #B851F2;
}
</style>
border-color css
<style>
span { border-color: #B851F2; }
span { border-color: rgb(184,81,242); }
td.TdClassName
{
border-color: #B851F2;
}
.TagClassName
{
border-color: #B851F2;
}
</style>