Html Css Color HEX #B194DF Biloba Flower

📋 copy color: '#B194DF'

red 177 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #B194DF

Tints of Biloba Flower #B194DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 32.3%
G = 27.01%
B = 40.69%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B194DF (or 0xB194DF) is known color: Biloba Flower. HEX triplet: B1, 94 and DF. RGB value is (177,148,223). Sum of RGB (Red+Green+Blue) = 177+148+223=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B194DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194DF is #4E6B20. Grayscale: #A4A4A4. Windows color (decimal): -5139233 or 14652593. OLE color: 14652593.

HSL color Cylindrical-coordinate representation of color #B194DF: hue angle of 263.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B194DF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 148 223 -
CMYK 0.21 0.34 0 0.13
HSL 263.2º 0.54% 0.73% -
HSV(B) 263.2º 0.34% 0.87% -
XYZ 42.04 35.85 74.52 -
YUV 165.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 177 148 223 0.21 0.34 0 0.13 263.2 0.54 0.73
Hex B1 94 DF 15 22 0 D 107 36 49
Octal 261 224 337 25 42 0 15 407 66 111
Binary 10110001 10010100 11011111 10101 100010 0 1101 100000111 110110 1001001

Color Harmonies of #B194DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194DF

Black with #B194DF

Text Example


Text Example

White with #B194DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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