Html Css Color HEX #B17BDB Biloba Flower

📋 copy color: '#B17BDB'

red 177 ◦ green 123 ◦ blue 219

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

Shades of Biloba Flower #B17BDB

Tints of Biloba Flower #B17BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.7%

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

R = 34.1%
G = 23.7%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B17BDB (or 0xB17BDB) is known color: Biloba Flower. HEX triplet: B1, 7B and DB. RGB value is (177,123,219). Sum of RGB (Red+Green+Blue) = 177+123+219=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B17BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BDB is #4E8424. Grayscale: #959595. Windows color (decimal): -5145637 or 14384049. OLE color: 14384049.

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

Color convert

RGB 177 123 219 -
CMYK 0.19 0.44 0 0.14
HSL 273.75º 0.57% 0.67% -
HSV(B) 273.75º 0.44% 0.86% -
XYZ 38 28.63 70.54 -
YUV 150.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 177 123 219 0.19 0.44 0 0.14 273.75 0.57 0.67
Hex B1 7B DB 13 2C 0 E 112 39 43
Octal 261 173 333 23 54 0 16 422 71 103
Binary 10110001 1111011 11011011 10011 101100 0 1110 100010010 111001 1000011

Color Harmonies of #B17BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BDB

Black with #B17BDB

Text Example


Text Example

White with #B17BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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