Html Css Color HEX #B19FEC Biloba Flower

📋 copy color: '#B19FEC'

red 177 ◦ green 159 ◦ blue 236

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

Shades of Biloba Flower #B19FEC

Tints of Biloba Flower #B19FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.8%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 30.94%
G = 27.8%
B = 41.26%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B19FEC (or 0xB19FEC) is known color: Biloba Flower. HEX triplet: B1, 9F and EC. RGB value is (177,159,236). Sum of RGB (Red+Green+Blue) = 177+159+236=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #B19FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FEC is #4E6013. Grayscale: #ACACAC. Windows color (decimal): -5136404 or 15507377. OLE color: 15507377.

HSL color Cylindrical-coordinate representation of color #B19FEC: hue angle of 254.03º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19FEC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 159 236 -
CMYK 0.25 0.33 0 0.07
HSL 254.03º 0.67% 0.77% -
HSV(B) 254.03º 0.33% 0.93% -
XYZ 45.67 40.2 84.71 -
YUV 173.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 177 159 236 0.25 0.33 0 0.07 254.03 0.67 0.77
Hex B1 9F EC 19 21 0 7 FE 43 4D
Octal 261 237 354 31 41 0 7 376 103 115
Binary 10110001 10011111 11101100 11001 100001 0 111 11111110 1000011 1001101

Color Harmonies of #B19FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19FEC

Black with #B19FEC

Text Example


Text Example

White with #B19FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19FEC; }

 p { color: rgb(177,159,236); }

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

background-color css

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

 a { background-color: rgb(177,159,236); }

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

border-color css

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

 span { border-color: rgb(177,159,236); }

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