Html Css Color HEX #B191D3 Biloba Flower

📋 copy color: '#B191D3'

red 177 ◦ green 145 ◦ blue 211

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

Shades of Biloba Flower #B191D3

Tints of Biloba Flower #B191D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.59%

R = 33.21%
G = 27.2%
B = 39.59%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B191D3 (or 0xB191D3) is known color: Biloba Flower. HEX triplet: B1, 91 and D3. RGB value is (177,145,211). Sum of RGB (Red+Green+Blue) = 177+145+211=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #B191D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191D3 is #4E6E2C. Grayscale: #A1A1A1. Windows color (decimal): -5140013 or 13865393. OLE color: 13865393.

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

Color convert

RGB 177 145 211 -
CMYK 0.16 0.31 0 0.17
HSL 269.09º 0.43% 0.7% -
HSV(B) 269.09º 0.31% 0.83% -
XYZ 40.01 34.3 66.14 -
YUV 162.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 177 145 211 0.16 0.31 0 0.17 269.09 0.43 0.7
Hex B1 91 D3 10 1F 0 11 10D 2B 46
Octal 261 221 323 20 37 0 21 415 53 106
Binary 10110001 10010001 11010011 10000 11111 0 10001 100001101 101011 1000110

Color Harmonies of #B191D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B191D3

Black with #B191D3

Text Example


Text Example

White with #B191D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B191D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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