Html Css Color HEX #BA8BE1 Biloba Flower

📋 copy color: '#BA8BE1'

red 186 ◦ green 139 ◦ blue 225

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

Shades of Biloba Flower #BA8BE1

Tints of Biloba Flower #BA8BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.91%

R = 33.82%
G = 25.27%
B = 40.91%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA8BE1 (or 0xBA8BE1) is known color: Biloba Flower. HEX triplet: BA, 8B and E1. RGB value is (186,139,225). Sum of RGB (Red+Green+Blue) = 186+139+225=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BE1 is #45741E. Grayscale: #A2A2A2. Windows color (decimal): -4551711 or 14781370. OLE color: 14781370.

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

Color convert

RGB 186 139 225 -
CMYK 0.17 0.38 0 0.12
HSL 272.79º 0.59% 0.71% -
HSV(B) 272.79º 0.38% 0.88% -
XYZ 43.07 34.34 75.59 -
YUV 162.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 186 139 225 0.17 0.38 0 0.12 272.79 0.59 0.71
Hex BA 8B E1 11 26 0 C 111 3B 47
Octal 272 213 341 21 46 0 14 421 73 107
Binary 10111010 10001011 11100001 10001 100110 0 1100 100010001 111011 1000111

Color Harmonies of #BA8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BE1

Black with #BA8BE1

Text Example


Text Example

White with #BA8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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