Html Css Color HEX #B19ADC Biloba Flower

📋 copy color: '#B19ADC'

red 177 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #B19ADC

Tints of Biloba Flower #B19ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.95%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 32.12%
G = 27.95%
B = 39.93%

CMYK

 C value IS 0.20

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B19ADC (or 0xB19ADC) is known color: Biloba Flower. HEX triplet: B1, 9A and DC. RGB value is (177,154,220). Sum of RGB (Red+Green+Blue) = 177+154+220=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B19ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ADC is #4E6523. Grayscale: #A8A8A8. Windows color (decimal): -5137700 or 14457521. OLE color: 14457521.

HSL color Cylindrical-coordinate representation of color #B19ADC: hue angle of 260.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19ADC is Cyan = 0.20, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 154 220 -
CMYK 0.20 0.3 0 0.14
HSL 260.91º 0.49% 0.73% -
HSV(B) 260.91º 0.3% 0.86% -
XYZ 42.61 37.63 72.73 -
YUV 168.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 177 154 220 0.20 0.3 0 0.14 260.91 0.49 0.73
Hex B1 9A DC 14 1E 0 E 105 31 49
Octal 261 232 334 24 36 0 16 405 61 111
Binary 10110001 10011010 11011100 10100 11110 0 1110 100000101 110001 1001001

Color Harmonies of #B19ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19ADC

Black with #B19ADC

Text Example


Text Example

White with #B19ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19ADC; }

 p { color: rgb(177,154,220); }

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

background-color css

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

 a { background-color: rgb(177,154,220); }

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

border-color css

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

 span { border-color: rgb(177,154,220); }

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