Html Css Color HEX #BA8ADF Biloba Flower

📋 copy color: '#BA8ADF'

red 186 ◦ green 138 ◦ blue 223

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

Shades of Biloba Flower #BA8ADF

Tints of Biloba Flower #BA8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 34%
G = 25.23%
B = 40.77%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8ADF (or 0xBA8ADF) is known color: Biloba Flower. HEX triplet: BA, 8A and DF. RGB value is (186,138,223). Sum of RGB (Red+Green+Blue) = 186+138+223=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADF is #457520. Grayscale: #A1A1A1. Windows color (decimal): -4551969 or 14650042. OLE color: 14650042.

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

Color convert

RGB 186 138 223 -
CMYK 0.17 0.38 0 0.13
HSL 273.88º 0.57% 0.71% -
HSV(B) 273.88º 0.38% 0.87% -
XYZ 42.66 33.94 74.12 -
YUV 162.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 186 138 223 0.17 0.38 0 0.13 273.88 0.57 0.71
Hex BA 8A DF 11 26 0 D 112 39 47
Octal 272 212 337 21 46 0 15 422 71 107
Binary 10111010 10001010 11011111 10001 100110 0 1101 100010010 111001 1000111

Color Harmonies of #BA8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8ADF

Black with #BA8ADF

Text Example


Text Example

White with #BA8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8ADF; }

 p { color: rgb(186,138,223); }

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

background-color css

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

 a { background-color: rgb(186,138,223); }

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

border-color css

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

 span { border-color: rgb(186,138,223); }

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