Html Css Color HEX #B194F6 Biloba Flower

📋 copy color: '#B194F6'

red 177 ◦ green 148 ◦ blue 246

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

Shades of Biloba Flower #B194F6

Tints of Biloba Flower #B194F6

RGB

 RED value IS 177 (69.53% from 255) = 31%

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

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 31%
G = 25.92%
B = 43.08%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B194F6 (or 0xB194F6) is known color: Biloba Flower. HEX triplet: B1, 94 and F6. RGB value is (177,148,246). Sum of RGB (Red+Green+Blue) = 177+148+246=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #B194F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194F6 is #4E6B09. Grayscale: #A7A7A7. Windows color (decimal): -5139210 or 16159921. OLE color: 16159921.

HSL color Cylindrical-coordinate representation of color #B194F6: hue angle of 257.76º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B194F6 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 148 246 -
CMYK 0.28 0.40 0 0.04
HSL 257.76º 0.84% 0.77% -
HSV(B) 257.76º 0.4% 0.96% -
XYZ 45.36 37.18 91.97 -
YUV 167.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 177 148 246 0.28 0.40 0 0.04 257.76 0.84 0.77
Hex B1 94 F6 1C 28 0 4 102 54 4D
Octal 261 224 366 34 50 0 4 402 124 115
Binary 10110001 10010100 11110110 11100 101000 0 100 100000010 1010100 1001101

Color Harmonies of #B194F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194F6

Black with #B194F6

Text Example


Text Example

White with #B194F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194F6; }

 p { color: rgb(177,148,246); }

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

background-color css

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

 a { background-color: rgb(177,148,246); }

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

border-color css

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

 span { border-color: rgb(177,148,246); }

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