#B57DEA

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

Shades of Biloba Flower #B57DEA

Tints of Biloba Flower #B57DEA

Color information

#B57DEA (or 0xB57DEA) is unknown color: approx Biloba Flower. HEX triplet: B5, 7D and EA. RGB value is (181,125,234). Sum of RGB (Red+Green+Blue) = 181+125+234=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #B57DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DEA is #4A8215. Grayscale: #999999. Windows color (decimal): -4882966 or 15367605. OLE color: 15367605.

HSL color Cylindrical-coordinate representation of color #B57DEA: hue angle of 270.83º 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 #B57DEA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181125234-
CMYK0.230.4700.08
HSL270.83º72.19%70.39%-
HSV(B)270.83º46.58%91.76%-
XYZ41.2430.4381.54-
YUV154.17173.05147.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=33.52%
G=23.15%
B=43.33%

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
Decimal1811252340.230.4700.08270.8372.1970.39
HexB57DEA172F0810f4846
Octal2651753522757010417110106
Binary10110101111110111101010101111011110100010000111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DEA; }

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

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

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

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

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

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

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

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