Html Css Color HEX #BA87ED Biloba Flower

📋 copy color: '#BA87ED'

red 186 ◦ green 135 ◦ blue 237

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

Shades of Biloba Flower #BA87ED

Tints of Biloba Flower #BA87ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 33.33%
G = 24.19%
B = 42.47%

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

#BA87ED (or 0xBA87ED) is known color: Biloba Flower. HEX triplet: BA, 87 and ED. RGB value is (186,135,237). Sum of RGB (Red+Green+Blue) = 186+135+237=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87ED is #457812. Grayscale: #A1A1A1. Windows color (decimal): -4552723 or 15566778. OLE color: 15566778.

HSL color Cylindrical-coordinate representation of color #BA87ED: hue angle of 270º degrees, saturation: 0.74, 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 #BA87ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 135 237 -
CMYK 0.22 0.43 0 0.07
HSL 270º 0.74% 0.73% -
HSV(B) 270º 0.43% 0.93% -
XYZ 44.2 33.88 84.33 -
YUV 161.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 186 135 237 0.22 0.43 0 0.07 270 0.74 0.73
Hex BA 87 ED 16 2B 0 7 10E 4A 49
Octal 272 207 355 26 53 0 7 416 112 111
Binary 10111010 10000111 11101101 10110 101011 0 111 100001110 1001010 1001001

Color Harmonies of #BA87ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87ED

Black with #BA87ED

Text Example


Text Example

White with #BA87ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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