#b27ef3

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

Shades of Medium Purple #B27EF3

Tints of Medium Purple #B27EF3

Color information

#B27EF3 (or 0xB27EF3) is unknown color: approx Medium Purple. HEX triplet: B2, 7E and F3. RGB value is (178,126,243). Sum of RGB (Red+Green+Blue) = 178+126+243=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #B27EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EF3 is #4D810C. Grayscale: #9A9A9A. Windows color (decimal): -5079309 or 15957682. OLE color: 15957682.

HSL color Cylindrical-coordinate representation of color #B27EF3: hue angle of 266.67º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27EF3 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178126243-
CMYK0.270.4800.05
HSL266.67º82.98%72.35%-
HSV(B)266.67º48.15%95.29%-
XYZ4230.8688.54-
YUV154.89177.73144.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 243 (95.31% from 255) = 44.42%
R=32.54%
G=23.03%
B=44.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781262430.270.4800.05266.6782.9872.35
HexB27EF31B300510b5348
Octal262176363336005413123110
Binary1011001011111101111001111011110000010110000101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27ef3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27ef3; }

 p { color: rgb(178,126,243); }

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

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

 a { background-color: rgb(178,126,243); }

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

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

 span { border-color: rgb(178,126,243); }

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