Html Css Color HEX #B194DB Biloba Flower

📋 copy color: '#B194DB'

red 177 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #B194DB

Tints of Biloba Flower #B194DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 32.54%
G = 27.21%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B194DB (or 0xB194DB) is known color: Biloba Flower. HEX triplet: B1, 94 and DB. RGB value is (177,148,219). Sum of RGB (Red+Green+Blue) = 177+148+219=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #B194DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194DB is #4E6B24. Grayscale: #A4A4A4. Windows color (decimal): -5139237 or 14390449. OLE color: 14390449.

HSL color Cylindrical-coordinate representation of color #B194DB: hue angle of 264.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B194DB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 148 219 -
CMYK 0.19 0.32 0 0.14
HSL 264.51º 0.5% 0.72% -
HSV(B) 264.51º 0.32% 0.86% -
XYZ 41.51 35.64 71.71 -
YUV 164.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 177 148 219 0.19 0.32 0 0.14 264.51 0.5 0.72
Hex B1 94 DB 13 20 0 E 109 32 48
Octal 261 224 333 23 40 0 16 411 62 110
Binary 10110001 10010100 11011011 10011 100000 0 1110 100001001 110010 1001000

Color Harmonies of #B194DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194DB

Black with #B194DB

Text Example


Text Example

White with #B194DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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