Html Css Color HEX #B19BFE Biloba Flower

📋 copy color: '#B19BFE'

red 177 ◦ green 155 ◦ blue 254

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

Shades of Biloba Flower #B19BFE

Tints of Biloba Flower #B19BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.45%

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 30.2%
G = 26.45%
B = 43.34%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B19BFE (or 0xB19BFE) is known color: Biloba Flower. HEX triplet: B1, 9B and FE. RGB value is (177,155,254). Sum of RGB (Red+Green+Blue) = 177+155+254=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #B19BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BFE is #4E6401. Grayscale: #ACACAC. Windows color (decimal): -5137410 or 16686001. OLE color: 16686001.

HSL color Cylindrical-coordinate representation of color #B19BFE: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19BFE is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 155 254 -
CMYK 0.30 0.39 0 0.00
HSL 253.33º 0.98% 0.8% -
HSV(B) 253.33º 0.39% 1% -
XYZ 47.74 39.95 98.96 -
YUV 172.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 177 155 254 0.30 0.39 0 0.00 253.33 0.98 0.8
Hex B1 9B FE 1E 27 0 0 FD 62 50
Octal 261 233 376 36 47 0 0 375 142 120
Binary 10110001 10011011 11111110 11110 100111 0 0 11111101 1100010 1010000

Color Harmonies of #B19BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BFE

Black with #B19BFE

Text Example


Text Example

White with #B19BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BFE; }

 p { color: rgb(177,155,254); }

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

background-color css

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

 a { background-color: rgb(177,155,254); }

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

border-color css

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

 span { border-color: rgb(177,155,254); }

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