Html Css Color HEX #B194DA Biloba Flower

📋 copy color: '#B194DA'

red 177 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #B194DA

Tints of Biloba Flower #B194DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 32.6%
G = 27.26%
B = 40.15%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B194DA (or 0xB194DA) is known color: Biloba Flower. HEX triplet: B1, 94 and DA. RGB value is (177,148,218). Sum of RGB (Red+Green+Blue) = 177+148+218=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B194DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194DA is #4E6B25. Grayscale: #A4A4A4. Windows color (decimal): -5139238 or 14324913. OLE color: 14324913.

HSL color Cylindrical-coordinate representation of color #B194DA: hue angle of 264.86º degrees, saturation: 0.49, 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 #B194DA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 148 218 -
CMYK 0.19 0.32 0 0.15
HSL 264.86º 0.49% 0.72% -
HSV(B) 264.86º 0.32% 0.85% -
XYZ 41.38 35.59 71.02 -
YUV 164.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 177 148 218 0.19 0.32 0 0.15 264.86 0.49 0.72
Hex B1 94 DA 13 20 0 F 109 31 48
Octal 261 224 332 23 40 0 17 411 61 110
Binary 10110001 10010100 11011010 10011 100000 0 1111 100001001 110001 1001000

Color Harmonies of #B194DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194DA

Black with #B194DA

Text Example


Text Example

White with #B194DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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