#B07EFE

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

Shades of Medium Purple #B07EFE

Tints of Medium Purple #B07EFE

Color information

#B07EFE (or 0xB07EFE) is unknown color: approx Medium Purple. HEX triplet: B0, 7E and FE. RGB value is (176,126,254). Sum of RGB (Red+Green+Blue) = 176+126+254=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #B07EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFE is #4F8101. Grayscale: #9B9B9B. Windows color (decimal): -5210370 or 16678576. OLE color: 16678576.

HSL color Cylindrical-coordinate representation of color #B07EFE: hue angle of 263.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07EFE is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176126254-
CMYK0.310.5000.00
HSL263.44º98.46%74.51%-
HSV(B)263.44º50.39%99.61%-
XYZ43.2531.3197.53-
YUV155.54183.56142.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 126 (49.61% from 255) = 22.66%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=31.65%
G=22.66%
B=45.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761262540.310.5000.00263.4498.4674.51
HexB07EFE1F3200107624b
Octal260176376376200407142113
Binary10110000111111011111110111111100100010000011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EFE; }

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

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

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

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

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

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

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

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