#B077EA

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

Shades of Medium Purple #B077EA

Tints of Medium Purple #B077EA

Color information

#B077EA (or 0xB077EA) is unknown color: approx Medium Purple. HEX triplet: B0, 77 and EA. RGB value is (176,119,234). Sum of RGB (Red+Green+Blue) = 176+119+234=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #B077EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077EA is #4F8815. Grayscale: #949494. Windows color (decimal): -5212182 or 15366064. OLE color: 15366064.

HSL color Cylindrical-coordinate representation of color #B077EA: hue angle of 269.74º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B077EA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176119234-
CMYK0.250.4900.08
HSL269.74º73.25%69.22%-
HSV(B)269.74º49.15%91.76%-
XYZ39.3528.3681.24-
YUV149.15175.88147.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=33.27%
G=22.50%
B=44.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761192340.250.4900.08269.7473.2569.22
HexB077EA19310810e4945
Octal2601673523161010416111105
Binary10110000111011111101010110011100010100010000111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077EA; }

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

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

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

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

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

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

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

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