Html Css Color HEX #B194F4 Biloba Flower

📋 copy color: '#B194F4'

red 177 ◦ green 148 ◦ blue 244

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

Shades of Biloba Flower #B194F4

Tints of Biloba Flower #B194F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.88%

R = 31.11%
G = 26.01%
B = 42.88%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B194F4 (or 0xB194F4) is known color: Biloba Flower. HEX triplet: B1, 94 and F4. RGB value is (177,148,244). Sum of RGB (Red+Green+Blue) = 177+148+244=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #B194F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194F4 is #4E6B0B. Grayscale: #A7A7A7. Windows color (decimal): -5139212 or 16028849. OLE color: 16028849.

HSL color Cylindrical-coordinate representation of color #B194F4: hue angle of 258.12º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B194F4 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 148 244 -
CMYK 0.27 0.39 0 0.04
HSL 258.13º 0.81% 0.77% -
HSV(B) 258.13º 0.39% 0.96% -
XYZ 45.05 37.06 90.37 -
YUV 167.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 177 148 244 0.27 0.39 0 0.04 258.13 0.81 0.77
Hex B1 94 F4 1B 27 0 4 102 51 4D
Octal 261 224 364 33 47 0 4 402 121 115
Binary 10110001 10010100 11110100 11011 100111 0 100 100000010 1010001 1001101

Color Harmonies of #B194F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194F4

Black with #B194F4

Text Example


Text Example

White with #B194F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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