Html Css Color HEX #BA82F9 Biloba Flower

📋 copy color: '#BA82F9'

red 186 ◦ green 130 ◦ blue 249

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

Shades of Biloba Flower #BA82F9

Tints of Biloba Flower #BA82F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.01%

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

R = 32.92%
G = 23.01%
B = 44.07%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA82F9 (or 0xBA82F9) is known color: Biloba Flower. HEX triplet: BA, 82 and F9. RGB value is (186,130,249). Sum of RGB (Red+Green+Blue) = 186+130+249=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA82F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82F9 is #457D06. Grayscale: #9F9F9F. Windows color (decimal): -4553991 or 16351930. OLE color: 16351930.

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

Color convert

RGB 186 130 249 -
CMYK 0.25 0.48 0 0.02
HSL 268.24º 0.91% 0.74% -
HSV(B) 268.24º 0.48% 0.98% -
XYZ 45.33 33.24 93.65 -
YUV 160.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 186 130 249 0.25 0.48 0 0.02 268.24 0.91 0.74
Hex BA 82 F9 19 30 0 2 10C 5B 4A
Octal 272 202 371 31 60 0 2 414 133 112
Binary 10111010 10000010 11111001 11001 110000 0 10 100001100 1011011 1001010

Color Harmonies of #BA82F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82F9

Black with #BA82F9

Text Example


Text Example

White with #BA82F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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