#B190DD

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

Shades of Biloba Flower #B190DD

Tints of Biloba Flower #B190DD

Color information

#B190DD (or 0xB190DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 90 and DD. RGB value is (177,144,221). Sum of RGB (Red+Green+Blue) = 177+144+221=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B190DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190DD is #4E6F22. Grayscale: #A2A2A2. Windows color (decimal): -5140259 or 14520497. OLE color: 14520497.

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

Color convert

RGB177144221-
CMYK0.200.3500.13
HSL265.71º53.1%71.57%-
HSV(B)265.71º34.84%86.67%-
XYZ41.1634.5172.9-
YUV162.64160.93138.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=32.66%
G=26.57%
B=40.77%

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
Decimal1771442210.200.3500.13265.7153.171.57
HexB190DD14230D10a3548
Octal261220335244301541265110
Binary10110001100100001101110110100100011011011000010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B190DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B190DD; }

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

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

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

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

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

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

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

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