Html Css Color HEX #B394E1 Biloba Flower

📋 copy color: '#B394E1'

red 179 ◦ green 148 ◦ blue 225

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

Shades of Biloba Flower #B394E1

Tints of Biloba Flower #B394E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.81%

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 32.43%
G = 26.81%
B = 40.76%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B394E1 (or 0xB394E1) is known color: Biloba Flower. HEX triplet: B3, 94 and E1. RGB value is (179,148,225). Sum of RGB (Red+Green+Blue) = 179+148+225=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B394E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394E1 is #4C6B1E. Grayscale: #A5A5A5. Windows color (decimal): -5008159 or 14783667. OLE color: 14783667.

HSL color Cylindrical-coordinate representation of color #B394E1: hue angle of 264.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B394E1 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 148 225 -
CMYK 0.20 0.34 0 0.12
HSL 264.16º 0.56% 0.73% -
HSV(B) 264.16º 0.34% 0.88% -
XYZ 42.77 36.2 75.97 -
YUV 166.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 179 148 225 0.20 0.34 0 0.12 264.16 0.56 0.73
Hex B3 94 E1 14 22 0 C 108 38 49
Octal 263 224 341 24 42 0 14 410 70 111
Binary 10110011 10010100 11100001 10100 100010 0 1100 100001000 111000 1001001

Color Harmonies of #B394E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394E1

Black with #B394E1

Text Example


Text Example

White with #B394E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394E1; }

 p { color: rgb(179,148,225); }

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

background-color css

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

 a { background-color: rgb(179,148,225); }

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

border-color css

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

 span { border-color: rgb(179,148,225); }

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