#B57CEA

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

Shades of Biloba Flower #B57CEA

Tints of Biloba Flower #B57CEA

Color information

#B57CEA (or 0xB57CEA) is unknown color: approx Biloba Flower. HEX triplet: B5, 7C and EA. RGB value is (181,124,234). Sum of RGB (Red+Green+Blue) = 181+124+234=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B57CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CEA is #4A8315. Grayscale: #999999. Windows color (decimal): -4883222 or 15367349. OLE color: 15367349.

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

Color convert

RGB181124234-
CMYK0.230.4700.08
HSL271.09º72.37%70.2%-
HSV(B)271.09º47.01%91.76%-
XYZ41.1130.1881.5-
YUV153.58173.38147.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=33.58%
G=23.01%
B=43.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811242340.230.4700.08271.0972.3770.2
HexB57CEA172F0810f4846
Octal2651743522757010417110106
Binary10110101111110011101010101111011110100010000111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CEA; }

 p { color: rgb(181,124,234); }

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

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

 a { background-color: rgb(181,124,234); }

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

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

 span { border-color: rgb(181,124,234); }

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