Html Css Color HEX #BA83EF Biloba Flower

📋 copy color: '#BA83EF'

red 186 ◦ green 131 ◦ blue 239

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

Shades of Biloba Flower #BA83EF

Tints of Biloba Flower #BA83EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.56%

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 33.45%
G = 23.56%
B = 42.99%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA83EF (or 0xBA83EF) is known color: Biloba Flower. HEX triplet: BA, 83 and EF. RGB value is (186,131,239). Sum of RGB (Red+Green+Blue) = 186+131+239=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EF is #457C10. Grayscale: #9F9F9F. Windows color (decimal): -4553745 or 15696826. OLE color: 15696826.

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

Color convert

RGB 186 131 239 -
CMYK 0.22 0.45 0 0.06
HSL 270.56º 0.77% 0.73% -
HSV(B) 270.56º 0.45% 0.94% -
XYZ 43.95 32.9 85.7 -
YUV 159.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 186 131 239 0.22 0.45 0 0.06 270.56 0.77 0.73
Hex BA 83 EF 16 2D 0 6 10F 4D 49
Octal 272 203 357 26 55 0 6 417 115 111
Binary 10111010 10000011 11101111 10110 101101 0 110 100001111 1001101 1001001

Color Harmonies of #BA83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83EF

Black with #BA83EF

Text Example


Text Example

White with #BA83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83EF; }

 p { color: rgb(186,131,239); }

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

background-color css

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

 a { background-color: rgb(186,131,239); }

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

border-color css

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

 span { border-color: rgb(186,131,239); }

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