Html Css Color HEX #BA84F9 Biloba Flower

📋 copy color: '#BA84F9'

red 186 ◦ green 132 ◦ blue 249

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

Shades of Biloba Flower #BA84F9

Tints of Biloba Flower #BA84F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 32.8%
G = 23.28%
B = 43.92%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA84F9 (or 0xBA84F9) is known color: Biloba Flower. HEX triplet: BA, 84 and F9. RGB value is (186,132,249). Sum of RGB (Red+Green+Blue) = 186+132+249=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84F9 is #457B06. Grayscale: #A1A1A1. Windows color (decimal): -4553479 or 16352442. OLE color: 16352442.

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

Color convert

RGB 186 132 249 -
CMYK 0.25 0.47 0 0.02
HSL 267.69º 0.91% 0.75% -
HSV(B) 267.69º 0.47% 0.98% -
XYZ 45.6 33.78 93.74 -
YUV 161.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 186 132 249 0.25 0.47 0 0.02 267.69 0.91 0.75
Hex BA 84 F9 19 2F 0 2 10C 5B 4B
Octal 272 204 371 31 57 0 2 414 133 113
Binary 10111010 10000100 11111001 11001 101111 0 10 100001100 1011011 1001011

Color Harmonies of #BA84F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84F9

Black with #BA84F9

Text Example


Text Example

White with #BA84F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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