Shades of Medium Purple #B065F1
Tints of Medium Purple #B065F1
RGB
CMYK
RGB Variations
Color information
#B065F1 (or 0xB065F1) is known color: Medium Purple. HEX triplet: B0, 65 and F1. RGB value is (176,101,241). Sum of RGB (Red+Green+Blue) = 176+101+241=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #B065F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065F1 is #4F9A0E. Grayscale: #8A8A8A. Windows color (decimal): -5216783 or 15820208. OLE color: 15820208.
HSL color Cylindrical-coordinate representation of color #B065F1: hue angle of 272.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B065F1 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 101 | 241 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.05 |
| HSL | 272.14º | 0.83% | 0.67% | - |
| HSV(B) | 272.14º | 0.58% | 0.95% | - |
| XYZ | 38.44 | 24.89 | 86 | - |
| YUV | 139.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 241 | 0.27 | 0.58 | 0 | 0.05 | 272.14 | 0.83 | 0.67 |
| Hex | B0 | 65 | F1 | 1B | 3A | 0 | 5 | 110 | 53 | 43 |
| Octal | 260 | 145 | 361 | 33 | 72 | 0 | 5 | 420 | 123 | 103 |
| Binary | 10110000 | 1100101 | 11110001 | 11011 | 111010 | 0 | 101 | 100010000 | 1010011 | 1000011 |
Color Harmonies of #B065F1
Complementary color
Monochromatic Colors of #B065F1
Black with #B065F1
Text Example
Text Example
White with #B065F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065F1; }
p { color: rgb(176,101,241); }
H1.HeaderClassName
{
color: #B065F1;
}
.AnyTagClassName
{
color: #B065F1;
}
</style>
background-color css
<style>
a { background-color: #B065F1; }
a { background-color: rgb(176,101,241); }
div.DivClassName
{
background-color: #B065F1;
}
.BgClassName
{
background-color: #B065F1;
}
</style>
border-color css
<style>
span { border-color: #B065F1; }
span { border-color: rgb(176,101,241); }
td.TdClassName
{
border-color: #B065F1;
}
.TagClassName
{
border-color: #B065F1;
}
</style>