Html Css Color HEX #B394FA Biloba Flower

📋 copy color: '#B394FA'

red 179 ◦ green 148 ◦ blue 250

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

Shades of Biloba Flower #B394FA

Tints of Biloba Flower #B394FA

RGB

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

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

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

R = 31.02%
G = 25.65%
B = 43.33%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B394FA (or 0xB394FA) is known color: Biloba Flower. HEX triplet: B3, 94 and FA. RGB value is (179,148,250). Sum of RGB (Red+Green+Blue) = 179+148+250=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B394FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394FA is #4C6B05. Grayscale: #A8A8A8. Windows color (decimal): -5008134 or 16422067. OLE color: 16422067.

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

Color convert

RGB 179 148 250 -
CMYK 0.28 0.41 0 0.02
HSL 258.24º 0.91% 0.78% -
HSV(B) 258.24º 0.41% 0.98% -
XYZ 46.44 37.67 95.27 -
YUV 168.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 179 148 250 0.28 0.41 0 0.02 258.24 0.91 0.78
Hex B3 94 FA 1C 29 0 2 102 5B 4E
Octal 263 224 372 34 51 0 2 402 133 116
Binary 10110011 10010100 11111010 11100 101001 0 10 100000010 1011011 1001110

Color Harmonies of #B394FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394FA

Black with #B394FA

Text Example


Text Example

White with #B394FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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