Html Css Color HEX #B191D5 Biloba Flower

📋 copy color: '#B191D5'

red 177 ◦ green 145 ◦ blue 213

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

Shades of Biloba Flower #B191D5

Tints of Biloba Flower #B191D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 33.08%
G = 27.1%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B191D5 (or 0xB191D5) is known color: Biloba Flower. HEX triplet: B1, 91 and D5. RGB value is (177,145,213). Sum of RGB (Red+Green+Blue) = 177+145+213=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #B191D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191D5 is #4E6E2A. Grayscale: #A2A2A2. Windows color (decimal): -5140011 or 13996465. OLE color: 13996465.

HSL color Cylindrical-coordinate representation of color #B191D5: hue angle of 268.24º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B191D5 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 145 213 -
CMYK 0.17 0.32 0 0.16
HSL 268.24º 0.45% 0.7% -
HSV(B) 268.24º 0.32% 0.84% -
XYZ 40.27 34.4 67.47 -
YUV 162.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 177 145 213 0.17 0.32 0 0.16 268.24 0.45 0.7
Hex B1 91 D5 11 20 0 10 10C 2D 46
Octal 261 221 325 21 40 0 20 414 55 106
Binary 10110001 10010001 11010101 10001 100000 0 10000 100001100 101101 1000110

Color Harmonies of #B191D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B191D5

Black with #B191D5

Text Example


Text Example

White with #B191D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B191D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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