#B190DE

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

Shades of Biloba Flower #B190DE

Tints of Biloba Flower #B190DE

Color information

#B190DE (or 0xB190DE) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and DE. RGB value is (177,144,222). Sum of RGB (Red+Green+Blue) = 177+144+222=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #B190DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DE is #4E6F21. Grayscale: #A2A2A2. Windows color (decimal): -5140258 or 14586033. OLE color: 14586033.

HSL color Cylindrical-coordinate representation of color #B190DE: hue angle of 265.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B190DE is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177144222-
CMYK0.200.3500.13
HSL265.38º54.17%71.76%-
HSV(B)265.38º35.14%87.06%-
XYZ41.2934.5773.6-
YUV162.76161.43138.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=32.60%
G=26.52%
B=40.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771442220.200.3500.13265.3854.1771.76
HexB190DE14230D1093648
Octal261220336244301541166110
Binary10110001100100001101111010100100011011011000010011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190DE; }

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

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

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

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

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

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

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

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