Html Css Color HEX #BA84FB Biloba Flower

📋 copy color: '#BA84FB'

red 186 ◦ green 132 ◦ blue 251

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

Shades of Biloba Flower #BA84FB

Tints of Biloba Flower #BA84FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 32.69%
G = 23.2%
B = 44.11%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA84FB (or 0xBA84FB) is known color: Biloba Flower. HEX triplet: BA, 84 and FB. RGB value is (186,132,251). Sum of RGB (Red+Green+Blue) = 186+132+251=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA84FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84FB is #457B04. Grayscale: #A1A1A1. Windows color (decimal): -4553477 or 16483514. OLE color: 16483514.

HSL color Cylindrical-coordinate representation of color #BA84FB: hue angle of 267.23º degrees, saturation: 0.94, 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 #BA84FB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 132 251 -
CMYK 0.26 0.47 0 0.02
HSL 267.23º 0.94% 0.75% -
HSV(B) 267.23º 0.47% 0.98% -
XYZ 45.91 33.91 95.39 -
YUV 161.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 186 132 251 0.26 0.47 0 0.02 267.23 0.94 0.75
Hex BA 84 FB 1A 2F 0 2 10B 5E 4B
Octal 272 204 373 32 57 0 2 413 136 113
Binary 10111010 10000100 11111011 11010 101111 0 10 100001011 1011110 1001011

Color Harmonies of #BA84FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA84FB

Black with #BA84FB

Text Example


Text Example

White with #BA84FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA84FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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