Html Css Color HEX #B194F0 Biloba Flower

📋 copy color: '#B194F0'

red 177 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #B194F0

Tints of Biloba Flower #B194F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 31.33%
G = 26.19%
B = 42.48%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B194F0 (or 0xB194F0) is known color: Biloba Flower. HEX triplet: B1, 94 and F0. RGB value is (177,148,240). Sum of RGB (Red+Green+Blue) = 177+148+240=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #B194F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194F0 is #4E6B0F. Grayscale: #A6A6A6. Windows color (decimal): -5139216 or 15766705. OLE color: 15766705.

HSL color Cylindrical-coordinate representation of color #B194F0: hue angle of 258.91º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B194F0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 148 240 -
CMYK 0.26 0.38 0 0.06
HSL 258.91º 0.75% 0.76% -
HSV(B) 258.91º 0.38% 0.94% -
XYZ 44.45 36.82 87.2 -
YUV 167.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 177 148 240 0.26 0.38 0 0.06 258.91 0.75 0.76
Hex B1 94 F0 1A 26 0 6 103 4B 4C
Octal 261 224 360 32 46 0 6 403 113 114
Binary 10110001 10010100 11110000 11010 100110 0 110 100000011 1001011 1001100

Color Harmonies of #B194F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194F0

Black with #B194F0

Text Example


Text Example

White with #B194F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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