Html Css Color HEX #B57EE1 Biloba Flower

📋 copy color: '#B57EE1'

red 181 ◦ green 126 ◦ blue 225

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

Shades of Biloba Flower #B57EE1

Tints of Biloba Flower #B57EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

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

R = 34.02%
G = 23.68%
B = 42.29%

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

#B57EE1 (or 0xB57EE1) is known color: Biloba Flower. HEX triplet: B5, 7E and E1. RGB value is (181,126,225). Sum of RGB (Red+Green+Blue) = 181+126+225=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #B57EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EE1 is #4A811E. Grayscale: #999999. Windows color (decimal): -4882719 or 14778037. OLE color: 14778037.

HSL color Cylindrical-coordinate representation of color #B57EE1: hue angle of 273.33º 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 #B57EE1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 126 225 -
CMYK 0.20 0.44 0 0.12
HSL 273.33º 0.62% 0.69% -
HSV(B) 273.33º 0.44% 0.88% -
XYZ 40.11 30.18 74.95 -
YUV 153.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 181 126 225 0.20 0.44 0 0.12 273.33 0.62 0.69
Hex B5 7E E1 14 2C 0 C 111 3E 45
Octal 265 176 341 24 54 0 14 421 76 105
Binary 10110101 1111110 11100001 10100 101100 0 1100 100010001 111110 1000101

Color Harmonies of #B57EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EE1

Black with #B57EE1

Text Example


Text Example

White with #B57EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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