Html Css Color HEX #B49DF1 Biloba Flower

📋 copy color: '#B49DF1'

red 180 ◦ green 157 ◦ blue 241

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

Shades of Biloba Flower #B49DF1

Tints of Biloba Flower #B49DF1

RGB

 RED value IS 180 (70.7% from 255) = 31.14%

 GREEN value IS 157 (61.72% from 255) = 27.16%

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

R = 31.14%
G = 27.16%
B = 41.7%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B49DF1 (or 0xB49DF1) is known color: Biloba Flower. HEX triplet: B4, 9D and F1. RGB value is (180,157,241). Sum of RGB (Red+Green+Blue) = 180+157+241=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #B49DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DF1 is #4B620E. Grayscale: #ADADAD. Windows color (decimal): -4940303 or 15834548. OLE color: 15834548.

HSL color Cylindrical-coordinate representation of color #B49DF1: hue angle of 256.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49DF1 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 157 241 -
CMYK 0.25 0.35 0 0.05
HSL 256.43º 0.75% 0.78% -
HSV(B) 256.43º 0.35% 0.95% -
XYZ 46.76 40.17 88.51 -
YUV 173.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 180 157 241 0.25 0.35 0 0.05 256.43 0.75 0.78
Hex B4 9D F1 19 23 0 5 100 4B 4E
Octal 264 235 361 31 43 0 5 400 113 116
Binary 10110100 10011101 11110001 11001 100011 0 101 100000000 1001011 1001110

Color Harmonies of #B49DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DF1

Black with #B49DF1

Text Example


Text Example

White with #B49DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DF1; }

 p { color: rgb(180,157,241); }

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

background-color css

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

 a { background-color: rgb(180,157,241); }

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

border-color css

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

 span { border-color: rgb(180,157,241); }

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