#B27EEC

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

Shades of Biloba Flower #B27EEC

Tints of Biloba Flower #B27EEC

Color information

#B27EEC (or 0xB27EEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 7E and EC. RGB value is (178,126,236). Sum of RGB (Red+Green+Blue) = 178+126+236=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #B27EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EEC is #4D8113. Grayscale: #999999. Windows color (decimal): -5079316 or 15498930. OLE color: 15498930.

HSL color Cylindrical-coordinate representation of color #B27EEC: hue angle of 268.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27EEC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178126236-
CMYK0.250.4700.07
HSL268.36º74.32%70.98%-
HSV(B)268.36º46.61%92.55%-
XYZ40.9630.4483.07-
YUV154.09174.23145.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=32.96%
G=23.33%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781262360.250.4700.07268.3674.3270.98
HexB27EEC192F0710c4a47
Octal262176354315707414112107
Binary1011001011111101110110011001101111011110000110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EEC; }

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

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

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

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

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

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

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

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