Html Css Color HEX #BA8FDB Biloba Flower

📋 copy color: '#BA8FDB'

red 186 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #BA8FDB

Tints of Biloba Flower #BA8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.09%

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

R = 33.94%
G = 26.09%
B = 39.96%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA8FDB (or 0xBA8FDB) is known color: Biloba Flower. HEX triplet: BA, 8F and DB. RGB value is (186,143,219). Sum of RGB (Red+Green+Blue) = 186+143+219=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDB is #457024. Grayscale: #A4A4A4. Windows color (decimal): -4550693 or 14389178. OLE color: 14389178.

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

Color convert

RGB 186 143 219 -
CMYK 0.15 0.35 0 0.14
HSL 273.95º 0.51% 0.71% -
HSV(B) 273.95º 0.35% 0.86% -
XYZ 42.86 35.2 71.55 -
YUV 164.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 186 143 219 0.15 0.35 0 0.14 273.95 0.51 0.71
Hex BA 8F DB F 23 0 E 112 33 47
Octal 272 217 333 17 43 0 16 422 63 107
Binary 10111010 10001111 11011011 1111 100011 0 1110 100010010 110011 1000111

Color Harmonies of #BA8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FDB

Black with #BA8FDB

Text Example


Text Example

White with #BA8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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