#B271EA

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

Shades of Medium Purple #B271EA

Tints of Medium Purple #B271EA

Color information

#B271EA (or 0xB271EA) is unknown color: approx Medium Purple. HEX triplet: B2, 71 and EA. RGB value is (178,113,234). Sum of RGB (Red+Green+Blue) = 178+113+234=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #B271EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271EA is #4D8E15. Grayscale: #919191. Windows color (decimal): -5082646 or 15364530. OLE color: 15364530.

HSL color Cylindrical-coordinate representation of color #B271EA: hue angle of 272.23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B271EA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178113234-
CMYK0.240.5200.08
HSL272.23º74.23%68.04%-
HSV(B)272.23º51.71%91.76%-
XYZ39.1227.2281.03-
YUV146.23177.53150.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=33.90%
G=21.52%
B=44.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781132340.240.5200.08272.2374.2368.04
HexB271EA1834081104a44
Octal2621613523064010420112104
Binary10110010111000111101010110001101000100010001000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271EA; }

 p { color: rgb(178,113,234); }

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

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

 a { background-color: rgb(178,113,234); }

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

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

 span { border-color: rgb(178,113,234); }

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