Html Css Color HEX #B57FE1 Biloba Flower

📋 copy color: '#B57FE1'

red 181 ◦ green 127 ◦ blue 225

#B57FE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B57FE1

Tints of Biloba Flower #B57FE1

RGB

 RED value IS 181 (71.09% from 255) = 33.96%

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 225 (88.28% from 255) = 42.21%

R = 33.96%
G = 23.83%
B = 42.21%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B57FE1 (or 0xB57FE1) is known color: Biloba Flower. HEX triplet: B5, 7F and E1. RGB value is (181,127,225). Sum of RGB (Red+Green+Blue) = 181+127+225=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #B57FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FE1 is #4A801E. Grayscale: #999999. Windows color (decimal): -4882463 or 14778293. OLE color: 14778293.

HSL color Cylindrical-coordinate representation of color #B57FE1: hue angle of 273.06º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B57FE1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 127 225 -
CMYK 0.20 0.44 0 0.12
HSL 273.06º 0.62% 0.69% -
HSV(B) 273.06º 0.44% 0.88% -
XYZ 40.24 30.44 74.99 -
YUV 154.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 181 127 225 0.20 0.44 0 0.12 273.06 0.62 0.69
Hex B5 7F E1 14 2C 0 C 111 3E 45
Octal 265 177 341 24 54 0 14 421 76 105
Binary 10110101 1111111 11100001 10100 101100 0 1100 100010001 111110 1000101

Color Harmonies of #B57FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FE1

Black with #B57FE1

Text Example


Text Example

White with #B57FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FE1; }

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

 H1.HeaderClassName
 {
   color: #B57FE1;
 }
 .AnyTagClassName
 {
   color: #B57FE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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