Html Css Color HEX #B391FA Biloba Flower

📋 copy color: '#B391FA'

red 179 ◦ green 145 ◦ blue 250

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

Shades of Biloba Flower #B391FA

Tints of Biloba Flower #B391FA

RGB

 RED value IS 179 (70.31% from 255) = 31.18%

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

 BLUE value IS 250 (98.05% from 255) = 43.55%

R = 31.18%
G = 25.26%
B = 43.55%

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

#B391FA (or 0xB391FA) is known color: Biloba Flower. HEX triplet: B3, 91 and FA. RGB value is (179,145,250). Sum of RGB (Red+Green+Blue) = 179+145+250=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #B391FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391FA is #4C6E05. Grayscale: #A6A6A6. Windows color (decimal): -5008902 or 16421299. OLE color: 16421299.

HSL color Cylindrical-coordinate representation of color #B391FA: hue angle of 259.43º degrees, saturation: 0.91, 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 #B391FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 145 250 -
CMYK 0.28 0.42 0 0.02
HSL 259.43º 0.91% 0.77% -
HSV(B) 259.43º 0.42% 0.98% -
XYZ 45.97 36.74 95.11 -
YUV 167.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 179 145 250 0.28 0.42 0 0.02 259.43 0.91 0.77
Hex B3 91 FA 1C 2A 0 2 103 5B 4D
Octal 263 221 372 34 52 0 2 403 133 115
Binary 10110011 10010001 11111010 11100 101010 0 10 100000011 1011011 1001101

Color Harmonies of #B391FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B391FA

Black with #B391FA

Text Example


Text Example

White with #B391FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B391FA; }

 p { color: rgb(179,145,250); }

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

background-color css

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

 a { background-color: rgb(179,145,250); }

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

border-color css

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

 span { border-color: rgb(179,145,250); }

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