#B27EE0

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

Shades of Biloba Flower #B27EE0

Tints of Biloba Flower #B27EE0

Color information

#B27EE0 (or 0xB27EE0) is unknown color: approx Biloba Flower. HEX triplet: B2, 7E and E0. RGB value is (178,126,224). Sum of RGB (Red+Green+Blue) = 178+126+224=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #B27EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EE0 is #4D811F. Grayscale: #989898. Windows color (decimal): -5079328 or 14712498. OLE color: 14712498.

HSL color Cylindrical-coordinate representation of color #B27EE0: hue angle of 271.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27EE0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178126224-
CMYK0.210.4400.12
HSL271.84º61.25%68.63%-
HSV(B)271.84º43.75%87.84%-
XYZ39.2829.7774.2-
YUV152.72168.23146.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=33.71%
G=23.86%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781262240.210.4400.12271.8461.2568.63
HexB27EE0152C0C1103d45
Octal262176340255401442075105
Binary1011001011111101110000010101101100011001000100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EE0; }

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

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

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

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

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

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

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

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