Html Css Color HEX #BA87EF Biloba Flower

📋 copy color: '#BA87EF'

red 186 ◦ green 135 ◦ blue 239

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

Shades of Biloba Flower #BA87EF

Tints of Biloba Flower #BA87EF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.11%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 33.21%
G = 24.11%
B = 42.68%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA87EF (or 0xBA87EF) is known color: Biloba Flower. HEX triplet: BA, 87 and EF. RGB value is (186,135,239). Sum of RGB (Red+Green+Blue) = 186+135+239=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA87EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87EF is #457810. Grayscale: #A1A1A1. Windows color (decimal): -4552721 or 15697850. OLE color: 15697850.

HSL color Cylindrical-coordinate representation of color #BA87EF: hue angle of 269.42º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA87EF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 135 239 -
CMYK 0.22 0.44 0 0.06
HSL 269.42º 0.76% 0.73% -
HSV(B) 269.42º 0.44% 0.94% -
XYZ 44.49 34 85.88 -
YUV 162.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 186 135 239 0.22 0.44 0 0.06 269.42 0.76 0.73
Hex BA 87 EF 16 2C 0 6 10D 4C 49
Octal 272 207 357 26 54 0 6 415 114 111
Binary 10111010 10000111 11101111 10110 101100 0 110 100001101 1001100 1001001

Color Harmonies of #BA87EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87EF

Black with #BA87EF

Text Example


Text Example

White with #BA87EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87EF; }

 p { color: rgb(186,135,239); }

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

background-color css

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

 a { background-color: rgb(186,135,239); }

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

border-color css

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

 span { border-color: rgb(186,135,239); }

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