Html Css Color HEX #B491F9 Biloba Flower

📋 copy color: '#B491F9'

red 180 ◦ green 145 ◦ blue 249

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

Shades of Biloba Flower #B491F9

Tints of Biloba Flower #B491F9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.26%

 BLUE value IS 249 (97.66% from 255) = 43.38%

R = 31.36%
G = 25.26%
B = 43.38%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B491F9 (or 0xB491F9) is known color: Biloba Flower. HEX triplet: B4, 91 and F9. RGB value is (180,145,249). Sum of RGB (Red+Green+Blue) = 180+145+249=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #B491F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B491F9 is #4B6E06. Grayscale: #A6A6A6. Windows color (decimal): -4943367 or 16355764. OLE color: 16355764.

HSL color Cylindrical-coordinate representation of color #B491F9: hue angle of 260.19º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B491F9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 145 249 -
CMYK 0.28 0.42 0 0.02
HSL 260.19º 0.9% 0.77% -
HSV(B) 260.19º 0.42% 0.98% -
XYZ 46.05 36.79 94.3 -
YUV 167.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 180 145 249 0.28 0.42 0 0.02 260.19 0.9 0.77
Hex B4 91 F9 1C 2A 0 2 104 5A 4D
Octal 264 221 371 34 52 0 2 404 132 115
Binary 10110100 10010001 11111001 11100 101010 0 10 100000100 1011010 1001101

Color Harmonies of #B491F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491F9

Black with #B491F9

Text Example


Text Example

White with #B491F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491F9; }

 p { color: rgb(180,145,249); }

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

background-color css

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

 a { background-color: rgb(180,145,249); }

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

border-color css

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

 span { border-color: rgb(180,145,249); }

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