#B07EFD

Color #B07EFD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B07EFD

Tints of Medium Purple #B07EFD

Color information

#B07EFD (or 0xB07EFD) is unknown color: approx Medium Purple. HEX triplet: B0, 7E and FD. RGB value is (176,126,253). Sum of RGB (Red+Green+Blue) = 176+126+253=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFD is #4F8102. Grayscale: #9A9A9A. Windows color (decimal): -5210371 or 16613040. OLE color: 16613040.

HSL color Cylindrical-coordinate representation of color #B07EFD: hue angle of 263.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07EFD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176126253-
CMYK0.300.5000.01
HSL263.62º96.95%74.31%-
HSV(B)263.62º50.2%99.22%-
XYZ43.0931.2496.69-
YUV155.43183.06142.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 126 (49.61% from 255) = 22.70%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=31.71%
G=22.70%
B=45.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761262530.300.5000.01263.6296.9574.31
HexB07EFD1E3201108614a
Octal260176375366201410141112
Binary10110000111111011111101111101100100110000100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EFD; }

 p { color: rgb(176,126,253); }

 H1.HeaderClassName
 {
   color: #B07EFD;
 }
 .AnyTagClassName
 {
   color: #B07EFD;
 }
</style>
background-color css

<style>
 a { background-color: #B07EFD; }

 a { background-color: rgb(176,126,253); }

 div.DivClassName
 {
   background-color: #B07EFD;
 }
 .BgClassName
 {
   background-color: #B07EFD;
 }
</style>
border-color css

<style>
 span { border-color: #B07EFD; }

 span { border-color: rgb(176,126,253); }

 td.TdClassName
 {
   border-color: #B07EFD;
 }
 .TagClassName
 {
   border-color: #B07EFD;
 }
</style>