Html Css Color HEX #BA95E1 Biloba Flower

📋 copy color: '#BA95E1'

red 186 ◦ green 149 ◦ blue 225

#BA95E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #BA95E1

Tints of Biloba Flower #BA95E1

RGB

 RED value IS 186 (73.05% from 255) = 33.21%

 GREEN value IS 149 (58.59% from 255) = 26.61%

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 33.21%
G = 26.61%
B = 40.18%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA95E1 (or 0xBA95E1) is known color: Biloba Flower. HEX triplet: BA, 95 and E1. RGB value is (186,149,225). Sum of RGB (Red+Green+Blue) = 186+149+225=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E1 is #456A1E. Grayscale: #A8A8A8. Windows color (decimal): -4549151 or 14783930. OLE color: 14783930.

HSL color Cylindrical-coordinate representation of color #BA95E1: hue angle of 269.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA95E1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 149 225 -
CMYK 0.17 0.34 0 0.12
HSL 269.21º 0.56% 0.73% -
HSV(B) 269.21º 0.34% 0.88% -
XYZ 44.59 37.37 76.1 -
YUV 168.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 186 149 225 0.17 0.34 0 0.12 269.21 0.56 0.73
Hex BA 95 E1 11 22 0 C 10D 38 49
Octal 272 225 341 21 42 0 14 415 70 111
Binary 10111010 10010101 11100001 10001 100010 0 1100 100001101 111000 1001001

Color Harmonies of #BA95E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95E1

Black with #BA95E1

Text Example


Text Example

White with #BA95E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95E1; }

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

 H1.HeaderClassName
 {
   color: #BA95E1;
 }
 .AnyTagClassName
 {
   color: #BA95E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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