Html Css Color HEX #B19CDD Biloba Flower

📋 copy color: '#B19CDD'

red 177 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #B19CDD

Tints of Biloba Flower #B19CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 31.95%
G = 28.16%
B = 39.89%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B19CDD (or 0xB19CDD) is known color: Biloba Flower. HEX triplet: B1, 9C and DD. RGB value is (177,156,221). Sum of RGB (Red+Green+Blue) = 177+156+221=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #B19CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CDD is #4E6322. Grayscale: #A9A9A9. Windows color (decimal): -5137187 or 14523569. OLE color: 14523569.

HSL color Cylindrical-coordinate representation of color #B19CDD: hue angle of 259.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19CDD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 156 221 -
CMYK 0.20 0.29 0 0.13
HSL 259.38º 0.49% 0.74% -
HSV(B) 259.38º 0.29% 0.87% -
XYZ 43.07 38.34 73.54 -
YUV 169.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 177 156 221 0.20 0.29 0 0.13 259.38 0.49 0.74
Hex B1 9C DD 14 1D 0 D 103 31 4A
Octal 261 234 335 24 35 0 15 403 61 112
Binary 10110001 10011100 11011101 10100 11101 0 1101 100000011 110001 1001010

Color Harmonies of #B19CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CDD

Black with #B19CDD

Text Example


Text Example

White with #B19CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CDD; }

 p { color: rgb(177,156,221); }

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

background-color css

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

 a { background-color: rgb(177,156,221); }

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

border-color css

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

 span { border-color: rgb(177,156,221); }

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