#B185DF

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

Shades of Biloba Flower #B185DF

Tints of Biloba Flower #B185DF

Color information

#B185DF (or 0xB185DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and DF. RGB value is (177,133,223). Sum of RGB (Red+Green+Blue) = 177+133+223=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B185DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185DF is #4E7A20. Grayscale: #9C9C9C. Windows color (decimal): -5143073 or 14648753. OLE color: 14648753.

HSL color Cylindrical-coordinate representation of color #B185DF: hue angle of 269.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B185DF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177133223-
CMYK0.210.4000.13
HSL269.33º58.44%69.8%-
HSV(B)269.33º40.36%87.45%-
XYZ39.8431.4573.78-
YUV156.42165.58142.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=33.21%
G=24.95%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771332230.210.4000.13269.3358.4469.8
HexB185DF15280D10d3a46
Octal261205337255001541572106
Binary10110001100001011101111110101101000011011000011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185DF; }

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

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

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

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

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

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

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

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