Html Css Color HEX #BA8BDF Biloba Flower

📋 copy color: '#BA8BDF'

red 186 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #BA8BDF

Tints of Biloba Flower #BA8BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.36%

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

R = 33.94%
G = 25.36%
B = 40.69%

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

#BA8BDF (or 0xBA8BDF) is known color: Biloba Flower. HEX triplet: BA, 8B and DF. RGB value is (186,139,223). Sum of RGB (Red+Green+Blue) = 186+139+223=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDF is #457420. Grayscale: #A2A2A2. Windows color (decimal): -4551713 or 14650298. OLE color: 14650298.

HSL color Cylindrical-coordinate representation of color #BA8BDF: hue angle of 273.57º 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 #BA8BDF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 139 223 -
CMYK 0.17 0.38 0 0.13
HSL 273.57º 0.57% 0.71% -
HSV(B) 273.57º 0.38% 0.87% -
XYZ 42.8 34.23 74.16 -
YUV 162.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 186 139 223 0.17 0.38 0 0.13 273.57 0.57 0.71
Hex BA 8B DF 11 26 0 D 112 39 47
Octal 272 213 337 21 46 0 15 422 71 107
Binary 10111010 10001011 11011111 10001 100110 0 1101 100010010 111001 1000111

Color Harmonies of #BA8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BDF

Black with #BA8BDF

Text Example


Text Example

White with #BA8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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