Html Css Color HEX #B19AF5 Biloba Flower

📋 copy color: '#B19AF5'

red 177 ◦ green 154 ◦ blue 245

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

Shades of Biloba Flower #B19AF5

Tints of Biloba Flower #B19AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.53%

R = 30.73%
G = 26.74%
B = 42.53%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B19AF5 (or 0xB19AF5) is known color: Biloba Flower. HEX triplet: B1, 9A and F5. RGB value is (177,154,245). Sum of RGB (Red+Green+Blue) = 177+154+245=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #B19AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AF5 is #4E650A. Grayscale: #AAAAAA. Windows color (decimal): -5137675 or 16095921. OLE color: 16095921.

HSL color Cylindrical-coordinate representation of color #B19AF5: hue angle of 255.16º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19AF5 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 154 245 -
CMYK 0.28 0.37 0 0.04
HSL 255.16º 0.82% 0.78% -
HSV(B) 255.16º 0.37% 0.96% -
XYZ 46.17 39.05 91.49 -
YUV 171.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 177 154 245 0.28 0.37 0 0.04 255.16 0.82 0.78
Hex B1 9A F5 1C 25 0 4 FF 52 4E
Octal 261 232 365 34 45 0 4 377 122 116
Binary 10110001 10011010 11110101 11100 100101 0 100 11111111 1010010 1001110

Color Harmonies of #B19AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AF5

Black with #B19AF5

Text Example


Text Example

White with #B19AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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