Html Css Color HEX #B191D8 Biloba Flower

📋 copy color: '#B191D8'

red 177 ◦ green 145 ◦ blue 216

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

Shades of Biloba Flower #B191D8

Tints of Biloba Flower #B191D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 32.9%
G = 26.95%
B = 40.15%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B191D8 (or 0xB191D8) is known color: Biloba Flower. HEX triplet: B1, 91 and D8. RGB value is (177,145,216). Sum of RGB (Red+Green+Blue) = 177+145+216=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #B191D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191D8 is #4E6E27. Grayscale: #A2A2A2. Windows color (decimal): -5140008 or 14193073. OLE color: 14193073.

HSL color Cylindrical-coordinate representation of color #B191D8: hue angle of 267.04º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B191D8 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 145 216 -
CMYK 0.18 0.33 0 0.15
HSL 267.04º 0.48% 0.71% -
HSV(B) 267.04º 0.33% 0.85% -
XYZ 40.65 34.56 69.49 -
YUV 162.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 177 145 216 0.18 0.33 0 0.15 267.04 0.48 0.71
Hex B1 91 D8 12 21 0 F 10B 30 47
Octal 261 221 330 22 41 0 17 413 60 107
Binary 10110001 10010001 11011000 10010 100001 0 1111 100001011 110000 1000111

Color Harmonies of #B191D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B191D8

Black with #B191D8

Text Example


Text Example

White with #B191D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B191D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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