#BA8FDD

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

Shades of Biloba Flower #BA8FDD

Tints of Biloba Flower #BA8FDD

Color information

#BA8FDD (or 0xBA8FDD) is unknown color: approx Biloba Flower. HEX triplet: BA, 8F and DD. RGB value is (186,143,221). Sum of RGB (Red+Green+Blue) = 186+143+221=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDD is #457022. Grayscale: #A4A4A4. Windows color (decimal): -4550691 or 14520250. OLE color: 14520250.

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

Color convert

RGB186143221-
CMYK0.160.3500.13
HSL273.08º53.42%71.37%-
HSV(B)273.08º35.29%86.67%-
XYZ43.1235.372.95-
YUV164.75159.75143.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=33.82%
G=26%
B=40.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861432210.160.3500.13273.0853.4271.37
HexBA8FDD10230D1113547
Octal272217335204301542165107
Binary10111010100011111101110110000100011011011000100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FDD; }

 p { color: rgb(186,143,221); }

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

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

 a { background-color: rgb(186,143,221); }

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

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

 span { border-color: rgb(186,143,221); }

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