#B185DB

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

Shades of Biloba Flower #B185DB

Tints of Biloba Flower #B185DB

Color information

#B185DB (or 0xB185DB) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and DB. RGB value is (177,133,219). Sum of RGB (Red+Green+Blue) = 177+133+219=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B185DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185DB is #4E7A24. Grayscale: #9B9B9B. Windows color (decimal): -5143077 or 14386609. OLE color: 14386609.

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

Color convert

RGB177133219-
CMYK0.190.3900.14
HSL270.7º54.43%69.02%-
HSV(B)270.7º39.27%85.88%-
XYZ39.3131.2470.98-
YUV155.96163.58143.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=33.46%
G=25.14%
B=41.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771332190.190.3900.14270.754.4369.02
HexB185DB13270E10f3645
Octal261205333234701641766105
Binary10110001100001011101101110011100111011101000011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185DB; }

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

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

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

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

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

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

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

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