#b57cec

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

Shades of Biloba Flower #B57CEC

Tints of Biloba Flower #B57CEC

Color information

#B57CEC (or 0xB57CEC) is unknown color: approx Biloba Flower. HEX triplet: B5, 7C and EC. RGB value is (181,124,236). Sum of RGB (Red+Green+Blue) = 181+124+236=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B57CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CEC is #4A8313. Grayscale: #999999. Windows color (decimal): -4883220 or 15498421. OLE color: 15498421.

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

Color convert

RGB181124236-
CMYK0.230.4700.07
HSL270.54º74.67%70.59%-
HSV(B)270.54º47.46%92.55%-
XYZ41.430.383.02-
YUV153.81174.38147.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 124 (48.83% from 255) = 22.92%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=33.46%
G=22.92%
B=43.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811242360.230.4700.07270.5474.6770.59
HexB57CEC172F0710f4b47
Octal265174354275707417113107
Binary1011010111111001110110010111101111011110000111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57cec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57cec; }

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

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

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

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

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

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

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

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