#B57EEF

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

Shades of Biloba Flower #B57EEF

Tints of Biloba Flower #B57EEF

Color information

#B57EEF (or 0xB57EEF) is unknown color: approx Biloba Flower. HEX triplet: B5, 7E and EF. RGB value is (181,126,239). Sum of RGB (Red+Green+Blue) = 181+126+239=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #B57EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57EEF is #4A8110. Grayscale: #9A9A9A. Windows color (decimal): -4882705 or 15695541. OLE color: 15695541.

HSL color Cylindrical-coordinate representation of color #B57EEF: hue angle of 269.2º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57EEF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181126239-
CMYK0.240.4700.06
HSL269.2º77.93%71.57%-
HSV(B)269.2º47.28%93.73%-
XYZ42.130.9885.42-
YUV155.33175.22146.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=33.15%
G=23.08%
B=43.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811262390.240.4700.06269.277.9371.57
HexB57EEF182F0610d4e48
Octal265176357305706415116110
Binary1011010111111101110111111000101111011010000110110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EEF; }

 p { color: rgb(181,126,239); }

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

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

 a { background-color: rgb(181,126,239); }

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

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

 span { border-color: rgb(181,126,239); }

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