Html Css Color HEX #BA87EE Biloba Flower

📋 copy color: '#BA87EE'

red 186 ◦ green 135 ◦ blue 238

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

Shades of Biloba Flower #BA87EE

Tints of Biloba Flower #BA87EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 33.27%
G = 24.15%
B = 42.58%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA87EE (or 0xBA87EE) is known color: Biloba Flower. HEX triplet: BA, 87 and EE. RGB value is (186,135,238). Sum of RGB (Red+Green+Blue) = 186+135+238=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA87EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87EE is #457811. Grayscale: #A1A1A1. Windows color (decimal): -4552722 or 15632314. OLE color: 15632314.

HSL color Cylindrical-coordinate representation of color #BA87EE: hue angle of 269.71º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA87EE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 135 238 -
CMYK 0.22 0.43 0 0.07
HSL 269.71º 0.75% 0.73% -
HSV(B) 269.71º 0.43% 0.93% -
XYZ 44.35 33.94 85.1 -
YUV 161.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 186 135 238 0.22 0.43 0 0.07 269.71 0.75 0.73
Hex BA 87 EE 16 2B 0 7 10E 4B 49
Octal 272 207 356 26 53 0 7 416 113 111
Binary 10111010 10000111 11101110 10110 101011 0 111 100001110 1001011 1001001

Color Harmonies of #BA87EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87EE

Black with #BA87EE

Text Example


Text Example

White with #BA87EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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