#B07BEC

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

Shades of Medium Purple #B07BEC

Tints of Medium Purple #B07BEC

Color information

#B07BEC (or 0xB07BEC) is unknown color: approx Medium Purple. HEX triplet: B0, 7B and EC. RGB value is (176,123,236). Sum of RGB (Red+Green+Blue) = 176+123+236=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #B07BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BEC is #4F8413. Grayscale: #979797. Windows color (decimal): -5211156 or 15498160. OLE color: 15498160.

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

Color convert

RGB176123236-
CMYK0.250.4800.07
HSL268.14º74.83%70.39%-
HSV(B)268.14º47.88%92.55%-
XYZ40.1329.4582.93-
YUV151.73175.56145.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=32.90%
G=22.99%
B=44.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761232360.250.4800.07268.1474.8370.39
HexB07BEC19300710c4b46
Octal260173354316007414113106
Binary1011000011110111110110011001110000011110000110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BEC; }

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

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

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

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

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

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

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

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