Html Css Color HEX #B194D9 Biloba Flower

📋 copy color: '#B194D9'

red 177 ◦ green 148 ◦ blue 217

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

Shades of Biloba Flower #B194D9

Tints of Biloba Flower #B194D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 32.66%
G = 27.31%
B = 40.04%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B194D9 (or 0xB194D9) is known color: Biloba Flower. HEX triplet: B1, 94 and D9. RGB value is (177,148,217). Sum of RGB (Red+Green+Blue) = 177+148+217=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B194D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194D9 is #4E6B26. Grayscale: #A4A4A4. Windows color (decimal): -5139239 or 14259377. OLE color: 14259377.

HSL color Cylindrical-coordinate representation of color #B194D9: hue angle of 265.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B194D9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 148 217 -
CMYK 0.18 0.32 0 0.15
HSL 265.22º 0.48% 0.72% -
HSV(B) 265.22º 0.32% 0.85% -
XYZ 41.25 35.54 70.33 -
YUV 164.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 177 148 217 0.18 0.32 0 0.15 265.22 0.48 0.72
Hex B1 94 D9 12 20 0 F 109 30 48
Octal 261 224 331 22 40 0 17 411 60 110
Binary 10110001 10010100 11011001 10010 100000 0 1111 100001001 110000 1001000

Color Harmonies of #B194D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194D9

Black with #B194D9

Text Example


Text Example

White with #B194D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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