Html Css Color HEX #BA8CDD Biloba Flower

📋 copy color: '#BA8CDD'

red 186 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #BA8CDD

Tints of Biloba Flower #BA8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

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

R = 34%
G = 25.59%
B = 40.4%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8CDD (or 0xBA8CDD) is known color: Biloba Flower. HEX triplet: BA, 8C and DD. RGB value is (186,140,221). Sum of RGB (Red+Green+Blue) = 186+140+221=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CDD is #457322. Grayscale: #A2A2A2. Windows color (decimal): -4551459 or 14519482. OLE color: 14519482.

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

Color convert

RGB 186 140 221 -
CMYK 0.16 0.37 0 0.13
HSL 274.07º 0.54% 0.71% -
HSV(B) 274.07º 0.37% 0.87% -
XYZ 42.68 34.42 72.8 -
YUV 162.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 186 140 221 0.16 0.37 0 0.13 274.07 0.54 0.71
Hex BA 8C DD 10 25 0 D 112 36 47
Octal 272 214 335 20 45 0 15 422 66 107
Binary 10111010 10001100 11011101 10000 100101 0 1101 100010010 110110 1000111

Color Harmonies of #BA8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CDD

Black with #BA8CDD

Text Example


Text Example

White with #BA8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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