Html Css Color HEX #BA84EE Biloba Flower

📋 copy color: '#BA84EE'

red 186 ◦ green 132 ◦ blue 238

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

Shades of Biloba Flower #BA84EE

Tints of Biloba Flower #BA84EE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

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

R = 33.45%
G = 23.74%
B = 42.81%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA84EE (or 0xBA84EE) is known color: Biloba Flower. HEX triplet: BA, 84 and EE. RGB value is (186,132,238). Sum of RGB (Red+Green+Blue) = 186+132+238=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84EE is #457B11. Grayscale: #9F9F9F. Windows color (decimal): -4553490 or 15631546. OLE color: 15631546.

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

Color convert

RGB 186 132 238 -
CMYK 0.22 0.45 0 0.07
HSL 270.57º 0.76% 0.73% -
HSV(B) 270.57º 0.45% 0.93% -
XYZ 43.93 33.11 84.97 -
YUV 160.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 186 132 238 0.22 0.45 0 0.07 270.57 0.76 0.73
Hex BA 84 EE 16 2D 0 7 10F 4C 49
Octal 272 204 356 26 55 0 7 417 114 111
Binary 10111010 10000100 11101110 10110 101101 0 111 100001111 1001100 1001001

Color Harmonies of #BA84EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84EE

Black with #BA84EE

Text Example


Text Example

White with #BA84EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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