Html Css Color HEX #BA95DB Biloba Flower

📋 copy color: '#BA95DB'

red 186 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #BA95DB

Tints of Biloba Flower #BA95DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 33.57%
G = 26.9%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA95DB (or 0xBA95DB) is known color: Biloba Flower. HEX triplet: BA, 95 and DB. RGB value is (186,149,219). Sum of RGB (Red+Green+Blue) = 186+149+219=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DB is #456A24. Grayscale: #A7A7A7. Windows color (decimal): -4549157 or 14390714. OLE color: 14390714.

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

Color convert

RGB 186 149 219 -
CMYK 0.15 0.32 0 0.14
HSL 271.71º 0.49% 0.72% -
HSV(B) 271.71º 0.32% 0.86% -
XYZ 43.78 37.05 71.86 -
YUV 168.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 186 149 219 0.15 0.32 0 0.14 271.71 0.49 0.72
Hex BA 95 DB F 20 0 E 110 31 48
Octal 272 225 333 17 40 0 16 420 61 110
Binary 10111010 10010101 11011011 1111 100000 0 1110 100010000 110001 1001000

Color Harmonies of #BA95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95DB

Black with #BA95DB

Text Example


Text Example

White with #BA95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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