#B185D8

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

Shades of Biloba Flower #B185D8

Tints of Biloba Flower #B185D8

Color information

#B185D8 (or 0xB185D8) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and D8. RGB value is (177,133,216). Sum of RGB (Red+Green+Blue) = 177+133+216=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #B185D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185D8 is #4E7A27. Grayscale: #9B9B9B. Windows color (decimal): -5143080 or 14190001. OLE color: 14190001.

HSL color Cylindrical-coordinate representation of color #B185D8: hue angle of 271.81º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B185D8 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177133216-
CMYK0.180.3800.15
HSL271.81º51.55%68.43%-
HSV(B)271.81º38.43%84.71%-
XYZ38.9131.0868.91-
YUV155.62162.08143.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=33.65%
G=25.29%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771332160.180.3800.15271.8151.5568.43
HexB185D812260F1103444
Octal261205330224601742064104
Binary10110001100001011101100010010100110011111000100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185D8; }

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

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

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

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

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

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

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

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