#b57ff3

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

Shades of Biloba Flower #B57FF3

Tints of Biloba Flower #B57FF3

Color information

#B57FF3 (or 0xB57FF3) is unknown color: approx Biloba Flower. HEX triplet: B5, 7F and F3. RGB value is (181,127,243). Sum of RGB (Red+Green+Blue) = 181+127+243=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #B57FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FF3 is #4A800C. Grayscale: #9B9B9B. Windows color (decimal): -4882445 or 15957941. OLE color: 15957941.

HSL color Cylindrical-coordinate representation of color #B57FF3: hue angle of 267.93º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57FF3 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181127243-
CMYK0.260.4800.05
HSL267.93º82.86%72.55%-
HSV(B)267.93º47.74%95.29%-
XYZ42.8231.4788.61-
YUV156.37176.89145.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=32.85%
G=23.05%
B=44.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811272430.260.4800.05267.9382.8672.55
HexB57FF31A300510c5349
Octal265177363326005414123111
Binary1011010111111111111001111010110000010110000110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57ff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57ff3; }

 p { color: rgb(181,127,243); }

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

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

 a { background-color: rgb(181,127,243); }

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

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

 span { border-color: rgb(181,127,243); }

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