#B190D8

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

Shades of Biloba Flower #B190D8

Tints of Biloba Flower #B190D8

Color information

#B190D8 (or 0xB190D8) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and D8. RGB value is (177,144,216). Sum of RGB (Red+Green+Blue) = 177+144+216=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #B190D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190D8 is #4E6F27. Grayscale: #A1A1A1. Windows color (decimal): -5140264 or 14192817. OLE color: 14192817.

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

Color convert

RGB177144216-
CMYK0.180.3300.15
HSL267.5º48%70.59%-
HSV(B)267.5º33.33%84.71%-
XYZ40.534.2569.44-
YUV162.07158.43138.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=32.96%
G=26.82%
B=40.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771442160.180.3300.15267.54870.59
HexB190D812210F10c3047
Octal261220330224101741460107
Binary10110001100100001101100010010100001011111000011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190D8; }

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

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

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

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

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

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

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

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