Html Css Color HEX #B57EDB Biloba Flower

📋 copy color: '#B57EDB'

red 181 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #B57EDB

Tints of Biloba Flower #B57EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 34.41%
G = 23.95%
B = 41.63%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B57EDB (or 0xB57EDB) is known color: Biloba Flower. HEX triplet: B5, 7E and DB. RGB value is (181,126,219). Sum of RGB (Red+Green+Blue) = 181+126+219=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #B57EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EDB is #4A8124. Grayscale: #989898. Windows color (decimal): -4882725 or 14384821. OLE color: 14384821.

HSL color Cylindrical-coordinate representation of color #B57EDB: hue angle of 275.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57EDB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 126 219 -
CMYK 0.17 0.42 0 0.14
HSL 275.48º 0.56% 0.68% -
HSV(B) 275.48º 0.42% 0.86% -
XYZ 39.3 29.86 70.71 -
YUV 153.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 181 126 219 0.17 0.42 0 0.14 275.48 0.56 0.68
Hex B5 7E DB 11 2A 0 E 113 38 44
Octal 265 176 333 21 52 0 16 423 70 104
Binary 10110101 1111110 11011011 10001 101010 0 1110 100010011 111000 1000100

Color Harmonies of #B57EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EDB

Black with #B57EDB

Text Example


Text Example

White with #B57EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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