Html Css Color HEX #B194ED Biloba Flower

📋 copy color: '#B194ED'

red 177 ◦ green 148 ◦ blue 237

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

Shades of Biloba Flower #B194ED

Tints of Biloba Flower #B194ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 31.49%
G = 26.33%
B = 42.17%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B194ED (or 0xB194ED) is known color: Biloba Flower. HEX triplet: B1, 94 and ED. RGB value is (177,148,237). Sum of RGB (Red+Green+Blue) = 177+148+237=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B194ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194ED is #4E6B12. Grayscale: #A6A6A6. Windows color (decimal): -5139219 or 15570097. OLE color: 15570097.

HSL color Cylindrical-coordinate representation of color #B194ED: hue angle of 259.55º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B194ED is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 148 237 -
CMYK 0.25 0.38 0 0.07
HSL 259.55º 0.71% 0.75% -
HSV(B) 259.55º 0.38% 0.93% -
XYZ 44.01 36.64 84.87 -
YUV 166.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 177 148 237 0.25 0.38 0 0.07 259.55 0.71 0.75
Hex B1 94 ED 19 26 0 7 104 47 4B
Octal 261 224 355 31 46 0 7 404 107 113
Binary 10110001 10010100 11101101 11001 100110 0 111 100000100 1000111 1001011

Color Harmonies of #B194ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194ED

Black with #B194ED

Text Example


Text Example

White with #B194ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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