#BA95D8

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

Shades of Biloba Flower #BA95D8

Tints of Biloba Flower #BA95D8

Color information

#BA95D8 (or 0xBA95D8) is unknown color: approx Biloba Flower. HEX triplet: BA, 95 and D8. RGB value is (186,149,216). Sum of RGB (Red+Green+Blue) = 186+149+216=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA95D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95D8 is #456A27. Grayscale: #A7A7A7. Windows color (decimal): -4549160 or 14194106. OLE color: 14194106.

HSL color Cylindrical-coordinate representation of color #BA95D8: hue angle of 273.13º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA95D8 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186149216-
CMYK0.140.3100.15
HSL273.13º46.21%71.57%-
HSV(B)273.13º31.02%84.71%-
XYZ43.3936.8969.8-
YUV167.7155.26141.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 216 (84.77% from 255) = 39.20%
R=33.76%
G=27.04%
B=39.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861492160.140.3100.15273.1346.2171.57
HexBA95D8E1F0F1112e48
Octal272225330163701742156110
Binary101110101001010111011000111011111011111000100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95D8; }

 p { color: rgb(186,149,216); }

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

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

 a { background-color: rgb(186,149,216); }

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

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

 span { border-color: rgb(186,149,216); }

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