#B077EC

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

Shades of Medium Purple #B077EC

Tints of Medium Purple #B077EC

Color information

#B077EC (or 0xB077EC) is unknown color: approx Medium Purple. HEX triplet: B0, 77 and EC. RGB value is (176,119,236). Sum of RGB (Red+Green+Blue) = 176+119+236=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B077EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077EC is #4F8813. Grayscale: #949494. Windows color (decimal): -5212180 or 15497136. OLE color: 15497136.

HSL color Cylindrical-coordinate representation of color #B077EC: hue angle of 269.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B077EC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176119236-
CMYK0.250.5000.07
HSL269.23º75.48%69.61%-
HSV(B)269.23º49.58%92.55%-
XYZ39.6428.4882.76-
YUV149.38176.88146.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=33.15%
G=22.41%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761192360.250.5000.07269.2375.4869.61
HexB077EC19320710d4b46
Octal260167354316207415113106
Binary1011000011101111110110011001110010011110000110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077EC; }

 p { color: rgb(176,119,236); }

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

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

 a { background-color: rgb(176,119,236); }

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

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

 span { border-color: rgb(176,119,236); }

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