#B195DB

Color #B195DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B195DB

Tints of Biloba Flower #B195DB

Color information

#B195DB (or 0xB195DB) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and DB. RGB value is (177,149,219). Sum of RGB (Red+Green+Blue) = 177+149+219=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B195DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195DB is #4E6A24. Grayscale: #A5A5A5. Windows color (decimal): -5138981 or 14390705. OLE color: 14390705.

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

Color convert

RGB177149219-
CMYK0.190.3200.14
HSL264º49.3%72.16%-
HSV(B)264º31.96%85.88%-
XYZ41.6735.9671.76-
YUV165.35158.28136.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=32.48%
G=27.34%
B=40.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771492190.190.3200.1426449.372.16
HexB195DB13200E1083148
Octal261225333234001641061110
Binary10110001100101011101101110011100000011101000010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195DB; }

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

 H1.HeaderClassName
 {
   color: #B195DB;
 }
 .AnyTagClassName
 {
   color: #B195DB;
 }
</style>
background-color css

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

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

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

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

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

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