Html Css Color HEX #BA8EDD Biloba Flower

📋 copy color: '#BA8EDD'

red 186 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #BA8EDD

Tints of Biloba Flower #BA8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.87%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 33.88%
G = 25.87%
B = 40.26%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8EDD (or 0xBA8EDD) is known color: Biloba Flower. HEX triplet: BA, 8E and DD. RGB value is (186,142,221). Sum of RGB (Red+Green+Blue) = 186+142+221=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EDD is #457122. Grayscale: #A3A3A3. Windows color (decimal): -4550947 or 14519994. OLE color: 14519994.

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

Color convert

RGB 186 142 221 -
CMYK 0.16 0.36 0 0.13
HSL 273.42º 0.54% 0.71% -
HSV(B) 273.42º 0.36% 0.87% -
XYZ 42.97 35.01 72.9 -
YUV 164.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 186 142 221 0.16 0.36 0 0.13 273.42 0.54 0.71
Hex BA 8E DD 10 24 0 D 111 36 47
Octal 272 216 335 20 44 0 15 421 66 107
Binary 10111010 10001110 11011101 10000 100100 0 1101 100010001 110110 1000111

Color Harmonies of #BA8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EDD

Black with #BA8EDD

Text Example


Text Example

White with #BA8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EDD; }

 p { color: rgb(186,142,221); }

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

background-color css

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

 a { background-color: rgb(186,142,221); }

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

border-color css

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

 span { border-color: rgb(186,142,221); }

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