#B27EEA

Color #B27EEA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B27EEA

Tints of Biloba Flower #B27EEA

Color information

#B27EEA (or 0xB27EEA) is unknown color: approx Biloba Flower. HEX triplet: B2, 7E and EA. RGB value is (178,126,234). Sum of RGB (Red+Green+Blue) = 178+126+234=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #B27EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EEA is #4D8115. Grayscale: #999999. Windows color (decimal): -5079318 or 15367858. OLE color: 15367858.

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

Color convert

RGB178126234-
CMYK0.240.4600.08
HSL268.89º72%70.59%-
HSV(B)268.89º46.15%91.76%-
XYZ40.6730.3381.55-
YUV153.86173.23145.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=33.09%
G=23.42%
B=43.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781262340.240.4600.08268.897270.59
HexB27EEA182E0810d4847
Octal2621763523056010415110107
Binary10110010111111011101010110001011100100010000110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EEA; }

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

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

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

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

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

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

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

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