Html Css Color HEX #BA87FE Biloba Flower

📋 copy color: '#BA87FE'

red 186 ◦ green 135 ◦ blue 254

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

Shades of Biloba Flower #BA87FE

Tints of Biloba Flower #BA87FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 32.35%
G = 23.48%
B = 44.17%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA87FE (or 0xBA87FE) is known color: Biloba Flower. HEX triplet: BA, 87 and FE. RGB value is (186,135,254). Sum of RGB (Red+Green+Blue) = 186+135+254=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA87FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87FE is #457801. Grayscale: #A3A3A3. Windows color (decimal): -4552706 or 16680890. OLE color: 16680890.

HSL color Cylindrical-coordinate representation of color #BA87FE: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA87FE is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 135 254 -
CMYK 0.27 0.47 0 0.00
HSL 265.71º 0.98% 0.76% -
HSV(B) 265.71º 0.47% 1% -
XYZ 46.8 34.92 98.04 -
YUV 163.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 186 135 254 0.27 0.47 0 0.00 265.71 0.98 0.76
Hex BA 87 FE 1B 2F 0 0 10A 62 4C
Octal 272 207 376 33 57 0 0 412 142 114
Binary 10111010 10000111 11111110 11011 101111 0 0 100001010 1100010 1001100

Color Harmonies of #BA87FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87FE

Black with #BA87FE

Text Example


Text Example

White with #BA87FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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