#B276E4

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

Shades of Medium Purple #B276E4

Tints of Medium Purple #B276E4

Color information

#B276E4 (or 0xB276E4) is unknown color: approx Medium Purple. HEX triplet: B2, 76 and E4. RGB value is (178,118,228). Sum of RGB (Red+Green+Blue) = 178+118+228=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #B276E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B276E4 is #4D891B. Grayscale: #949494. Windows color (decimal): -5081372 or 14972594. OLE color: 14972594.

HSL color Cylindrical-coordinate representation of color #B276E4: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B276E4 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178118228-
CMYK0.220.4800.11
HSL272.73º67.07%67.84%-
HSV(B)272.73º48.25%89.41%-
XYZ38.8428.0276.76-
YUV148.48172.88149.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 228 (89.45% from 255) = 43.51%
R=33.97%
G=22.52%
B=43.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781182280.220.4800.11272.7367.0767.84
HexB276E416300B1114344
Octal2621663442660013421103104
Binary10110010111011011100100101101100000101110001000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276E4; }

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

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

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

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

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

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

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

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