Html Css Color HEX #B17EDB Biloba Flower

📋 copy color: '#B17EDB'

red 177 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #B17EDB

Tints of Biloba Flower #B17EDB

RGB

 RED value IS 177 (69.53% from 255) = 33.91%

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

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

R = 33.91%
G = 24.14%
B = 41.95%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B17EDB (or 0xB17EDB) is known color: Biloba Flower. HEX triplet: B1, 7E and DB. RGB value is (177,126,219). Sum of RGB (Red+Green+Blue) = 177+126+219=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B17EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EDB is #4E8124. Grayscale: #979797. Windows color (decimal): -5144869 or 14384817. OLE color: 14384817.

HSL color Cylindrical-coordinate representation of color #B17EDB: hue angle of 272.9º 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 #B17EDB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 126 219 -
CMYK 0.19 0.42 0 0.14
HSL 272.9º 0.56% 0.68% -
HSV(B) 272.9º 0.42% 0.86% -
XYZ 38.38 29.38 70.67 -
YUV 151.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 177 126 219 0.19 0.42 0 0.14 272.9 0.56 0.68
Hex B1 7E DB 13 2A 0 E 111 38 44
Octal 261 176 333 23 52 0 16 421 70 104
Binary 10110001 1111110 11011011 10011 101010 0 1110 100010001 111000 1000100

Color Harmonies of #B17EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EDB

Black with #B17EDB

Text Example


Text Example

White with #B17EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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