Html Css Color HEX #B194FE Biloba Flower

📋 copy color: '#B194FE'

red 177 ◦ green 148 ◦ blue 254

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

Shades of Biloba Flower #B194FE

Tints of Biloba Flower #B194FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 30.57%
G = 25.56%
B = 43.87%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B194FE (or 0xB194FE) is known color: Biloba Flower. HEX triplet: B1, 94 and FE. RGB value is (177,148,254). Sum of RGB (Red+Green+Blue) = 177+148+254=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B194FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194FE is #4E6B01. Grayscale: #A8A8A8. Windows color (decimal): -5139202 or 16684209. OLE color: 16684209.

HSL color Cylindrical-coordinate representation of color #B194FE: hue angle of 256.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B194FE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 148 254 -
CMYK 0.30 0.42 0 0.00
HSL 256.42º 0.98% 0.79% -
HSV(B) 256.42º 0.42% 1% -
XYZ 46.61 37.68 98.58 -
YUV 168.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 177 148 254 0.30 0.42 0 0.00 256.42 0.98 0.79
Hex B1 94 FE 1E 2A 0 0 100 62 4F
Octal 261 224 376 36 52 0 0 400 142 117
Binary 10110001 10010100 11111110 11110 101010 0 0 100000000 1100010 1001111

Color Harmonies of #B194FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194FE

Black with #B194FE

Text Example


Text Example

White with #B194FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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