Html Css Color HEX #B191DF Biloba Flower

📋 copy color: '#B191DF'

red 177 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #B191DF

Tints of Biloba Flower #B191DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 32.48%
G = 26.61%
B = 40.92%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B191DF (or 0xB191DF) is known color: Biloba Flower. HEX triplet: B1, 91 and DF. RGB value is (177,145,223). Sum of RGB (Red+Green+Blue) = 177+145+223=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B191DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191DF is #4E6E20. Grayscale: #A3A3A3. Windows color (decimal): -5140001 or 14651825. OLE color: 14651825.

HSL color Cylindrical-coordinate representation of color #B191DF: hue angle of 264.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B191DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 145 223 -
CMYK 0.21 0.35 0 0.13
HSL 264.62º 0.55% 0.72% -
HSV(B) 264.62º 0.35% 0.87% -
XYZ 41.58 34.93 74.36 -
YUV 163.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 177 145 223 0.21 0.35 0 0.13 264.62 0.55 0.72
Hex B1 91 DF 15 23 0 D 109 37 48
Octal 261 221 337 25 43 0 15 411 67 110
Binary 10110001 10010001 11011111 10101 100011 0 1101 100001001 110111 1001000

Color Harmonies of #B191DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B191DF

Black with #B191DF

Text Example


Text Example

White with #B191DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B191DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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