Html Css Color HEX #B17EDE Biloba Flower

📋 copy color: '#B17EDE'

red 177 ◦ green 126 ◦ blue 222

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

Shades of Biloba Flower #B17EDE

Tints of Biloba Flower #B17EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 33.71%
G = 24%
B = 42.29%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B17EDE (or 0xB17EDE) is known color: Biloba Flower. HEX triplet: B1, 7E and DE. RGB value is (177,126,222). Sum of RGB (Red+Green+Blue) = 177+126+222=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #B17EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EDE is #4E8121. Grayscale: #979797. Windows color (decimal): -5144866 or 14581425. OLE color: 14581425.

HSL color Cylindrical-coordinate representation of color #B17EDE: hue angle of 271.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17EDE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 126 222 -
CMYK 0.20 0.43 0 0.13
HSL 271.88º 0.59% 0.68% -
HSV(B) 271.88º 0.43% 0.87% -
XYZ 38.78 29.54 72.77 -
YUV 152.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 177 126 222 0.20 0.43 0 0.13 271.88 0.59 0.68
Hex B1 7E DE 14 2B 0 D 110 3B 44
Octal 261 176 336 24 53 0 15 420 73 104
Binary 10110001 1111110 11011110 10100 101011 0 1101 100010000 111011 1000100

Color Harmonies of #B17EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17EDE

Black with #B17EDE

Text Example


Text Example

White with #B17EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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