Html Css Color HEX #B194FF Biloba Flower

📋 copy color: '#B194FF'

red 177 ◦ green 148 ◦ blue 255

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

Shades of Biloba Flower #B194FF

Tints of Biloba Flower #B194FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 30.52%
G = 25.52%
B = 43.97%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B194FF (or 0xB194FF) is known color: Biloba Flower. HEX triplet: B1, 94 and FF. RGB value is (177,148,255). Sum of RGB (Red+Green+Blue) = 177+148+255=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B194FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194FF is #4E6B00. Grayscale: #A8A8A8. Windows color (decimal): -5139201 or 16749745. OLE color: 16749745.

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

Color convert

RGB 177 148 255 -
CMYK 0.31 0.42 0 0
HSL 256.26º 1% 0.79% -
HSV(B) 256.26º 0.42% 1% -
XYZ 46.77 37.75 99.43 -
YUV 168.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 177 148 255 0.31 0.42 0 0 256.26 1 0.79
Hex B1 94 FF 1F 2A 0 0 100 64 4F
Octal 261 224 377 37 52 0 0 400 144 117
Binary 10110001 10010100 11111111 11111 101010 0 0 100000000 1100100 1001111

Color Harmonies of #B194FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194FF

Black with #B194FF

Text Example


Text Example

White with #B194FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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