#B190DF

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

Shades of Biloba Flower #B190DF

Tints of Biloba Flower #B190DF

Color information

#B190DF (or 0xB190DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and DF. RGB value is (177,144,223). Sum of RGB (Red+Green+Blue) = 177+144+223=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B190DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DF is #4E6F20. Grayscale: #A2A2A2. Windows color (decimal): -5140257 or 14651569. OLE color: 14651569.

HSL color Cylindrical-coordinate representation of color #B190DF: hue angle of 265.06º degrees, saturation: 0.55, 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 #B190DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177144223-
CMYK0.210.3500.13
HSL265.06º55.24%71.96%-
HSV(B)265.06º35.43%87.45%-
XYZ41.4234.6274.31-
YUV162.87161.93138.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=32.54%
G=26.47%
B=40.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771442230.210.3500.13265.0655.2471.96
HexB190DF15230D1093748
Octal261220337254301541167110
Binary10110001100100001101111110101100011011011000010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190DF; }

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

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

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

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

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

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

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

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