#B276E9

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

Shades of Medium Purple #B276E9

Tints of Medium Purple #B276E9

Color information

#B276E9 (or 0xB276E9) is unknown color: approx Medium Purple. HEX triplet: B2, 76 and E9. RGB value is (178,118,233). Sum of RGB (Red+Green+Blue) = 178+118+233=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #B276E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B276E9 is #4D8916. Grayscale: #949494. Windows color (decimal): -5081367 or 15300274. OLE color: 15300274.

HSL color Cylindrical-coordinate representation of color #B276E9: hue angle of 271.3º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B276E9 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178118233-
CMYK0.240.4900.09
HSL271.3º72.33%68.82%-
HSV(B)271.3º49.36%91.37%-
XYZ39.5528.3180.47-
YUV149.05175.38148.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=33.65%
G=22.31%
B=44.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781182330.240.4900.09271.372.3368.82
HexB276E918310910f4845
Octal2621663513061011417110105
Binary10110010111011011101001110001100010100110000111110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276E9; }

 p { color: rgb(178,118,233); }

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

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

 a { background-color: rgb(178,118,233); }

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

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

 span { border-color: rgb(178,118,233); }

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