Html Css Color HEX #B191DB Biloba Flower

📋 copy color: '#B191DB'

red 177 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #B191DB

Tints of Biloba Flower #B191DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.8%

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

R = 32.72%
G = 26.8%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B191DB (or 0xB191DB) is known color: Biloba Flower. HEX triplet: B1, 91 and DB. RGB value is (177,145,219). Sum of RGB (Red+Green+Blue) = 177+145+219=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B191DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DB is #4E6E24. Grayscale: #A2A2A2. Windows color (decimal): -5140005 or 14389681. OLE color: 14389681.

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

Color convert

RGB 177 145 219 -
CMYK 0.19 0.34 0 0.14
HSL 265.95º 0.51% 0.71% -
HSV(B) 265.95º 0.34% 0.86% -
XYZ 41.04 34.71 71.55 -
YUV 163 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 177 145 219 0.19 0.34 0 0.14 265.95 0.51 0.71
Hex B1 91 DB 13 22 0 E 10A 33 47
Octal 261 221 333 23 42 0 16 412 63 107
Binary 10110001 10010001 11011011 10011 100010 0 1110 100001010 110011 1000111

Color Harmonies of #B191DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B191DB

Black with #B191DB

Text Example


Text Example

White with #B191DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B191DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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