#B190CD

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

Shades of Biloba Flower #B190CD

Tints of Biloba Flower #B190CD

Color information

#B190CD (or 0xB190CD) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and CD. RGB value is (177,144,205). Sum of RGB (Red+Green+Blue) = 177+144+205=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #B190CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190CD is #4E6F32. Grayscale: #A0A0A0. Windows color (decimal): -5140275 or 13471921. OLE color: 13471921.

HSL color Cylindrical-coordinate representation of color #B190CD: hue angle of 272.46º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B190CD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177144205-
CMYK0.140.3000.20
HSL272.46º37.89%68.43%-
HSV(B)272.46º29.76%80.39%-
XYZ39.1233.762.2-
YUV160.82152.93139.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=33.65%
G=27.38%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771442050.140.3000.20272.4637.8968.43
HexB190CDE1E0141102644
Octal261220315163602442046104
Binary1011000110010000110011011110111100101001000100001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190CD; }

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

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

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

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

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

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

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

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