Html Css Color HEX #B17DDB Biloba Flower

📋 copy color: '#B17DDB'

red 177 ◦ green 125 ◦ blue 219

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

Shades of Biloba Flower #B17DDB

Tints of Biloba Flower #B17DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

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

R = 33.97%
G = 23.99%
B = 42.03%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B17DDB (or 0xB17DDB) is known color: Biloba Flower. HEX triplet: B1, 7D and DB. RGB value is (177,125,219). Sum of RGB (Red+Green+Blue) = 177+125+219=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B17DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DDB is #4E8224. Grayscale: #969696. Windows color (decimal): -5145125 or 14384561. OLE color: 14384561.

HSL color Cylindrical-coordinate representation of color #B17DDB: hue angle of 273.19º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17DDB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 125 219 -
CMYK 0.19 0.43 0 0.14
HSL 273.19º 0.57% 0.67% -
HSV(B) 273.19º 0.43% 0.86% -
XYZ 38.25 29.13 70.62 -
YUV 151.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 177 125 219 0.19 0.43 0 0.14 273.19 0.57 0.67
Hex B1 7D DB 13 2B 0 E 111 39 43
Octal 261 175 333 23 53 0 16 421 71 103
Binary 10110001 1111101 11011011 10011 101011 0 1110 100010001 111001 1000011

Color Harmonies of #B17DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DDB

Black with #B17DDB

Text Example


Text Example

White with #B17DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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