Html Css Color HEX #BA84F7 Biloba Flower

📋 copy color: '#BA84F7'

red 186 ◦ green 132 ◦ blue 247

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

Shades of Biloba Flower #BA84F7

Tints of Biloba Flower #BA84F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.72%

R = 32.92%
G = 23.36%
B = 43.72%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA84F7 (or 0xBA84F7) is known color: Biloba Flower. HEX triplet: BA, 84 and F7. RGB value is (186,132,247). Sum of RGB (Red+Green+Blue) = 186+132+247=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84F7 is #457B08. Grayscale: #A0A0A0. Windows color (decimal): -4553481 or 16221370. OLE color: 16221370.

HSL color Cylindrical-coordinate representation of color #BA84F7: hue angle of 268.17º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA84F7 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 132 247 -
CMYK 0.25 0.47 0 0.03
HSL 268.17º 0.88% 0.74% -
HSV(B) 268.17º 0.47% 0.97% -
XYZ 45.29 33.66 92.11 -
YUV 161.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 186 132 247 0.25 0.47 0 0.03 268.17 0.88 0.74
Hex BA 84 F7 19 2F 0 3 10C 58 4A
Octal 272 204 367 31 57 0 3 414 130 112
Binary 10111010 10000100 11110111 11001 101111 0 11 100001100 1011000 1001010

Color Harmonies of #BA84F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84F7

Black with #BA84F7

Text Example


Text Example

White with #BA84F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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