Html Css Color HEX #B19AF1 Biloba Flower

📋 copy color: '#B19AF1'

red 177 ◦ green 154 ◦ blue 241

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

Shades of Biloba Flower #B19AF1

Tints of Biloba Flower #B19AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.92%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 30.94%
G = 26.92%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B19AF1 (or 0xB19AF1) is known color: Biloba Flower. HEX triplet: B1, 9A and F1. RGB value is (177,154,241). Sum of RGB (Red+Green+Blue) = 177+154+241=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #B19AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AF1 is #4E650E. Grayscale: #AAAAAA. Windows color (decimal): -5137679 or 15833777. OLE color: 15833777.

HSL color Cylindrical-coordinate representation of color #B19AF1: hue angle of 255.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19AF1 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 154 241 -
CMYK 0.27 0.36 0 0.05
HSL 255.86º 0.76% 0.77% -
HSV(B) 255.86º 0.36% 0.95% -
XYZ 45.56 38.81 88.31 -
YUV 170.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 177 154 241 0.27 0.36 0 0.05 255.86 0.76 0.77
Hex B1 9A F1 1B 24 0 5 100 4C 4D
Octal 261 232 361 33 44 0 5 400 114 115
Binary 10110001 10011010 11110001 11011 100100 0 101 100000000 1001100 1001101

Color Harmonies of #B19AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AF1

Black with #B19AF1

Text Example


Text Example

White with #B19AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AF1; }

 p { color: rgb(177,154,241); }

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

background-color css

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

 a { background-color: rgb(177,154,241); }

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

border-color css

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

 span { border-color: rgb(177,154,241); }

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