Html Css Color HEX #BA87FA Biloba Flower

📋 copy color: '#BA87FA'

red 186 ◦ green 135 ◦ blue 250

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

Shades of Biloba Flower #BA87FA

Tints of Biloba Flower #BA87FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 32.57%
G = 23.64%
B = 43.78%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA87FA (or 0xBA87FA) is known color: Biloba Flower. HEX triplet: BA, 87 and FA. RGB value is (186,135,250). Sum of RGB (Red+Green+Blue) = 186+135+250=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA87FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87FA is #457805. Grayscale: #A2A2A2. Windows color (decimal): -4552710 or 16418746. OLE color: 16418746.

HSL color Cylindrical-coordinate representation of color #BA87FA: hue angle of 266.61º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA87FA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 135 250 -
CMYK 0.26 0.46 0 0.02
HSL 266.61º 0.92% 0.75% -
HSV(B) 266.61º 0.46% 0.98% -
XYZ 46.17 34.67 94.7 -
YUV 163.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 186 135 250 0.26 0.46 0 0.02 266.61 0.92 0.75
Hex BA 87 FA 1A 2E 0 2 10B 5C 4B
Octal 272 207 372 32 56 0 2 413 134 113
Binary 10111010 10000111 11111010 11010 101110 0 10 100001011 1011100 1001011

Color Harmonies of #BA87FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA87FA

Black with #BA87FA

Text Example


Text Example

White with #BA87FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA87FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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