Html Css Color HEX #BA82F0 Biloba Flower

📋 copy color: '#BA82F0'

red 186 ◦ green 130 ◦ blue 240

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

Shades of Biloba Flower #BA82F0

Tints of Biloba Flower #BA82F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 33.45%
G = 23.38%
B = 43.17%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA82F0 (or 0xBA82F0) is known color: Biloba Flower. HEX triplet: BA, 82 and F0. RGB value is (186,130,240). Sum of RGB (Red+Green+Blue) = 186+130+240=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA82F0 is #457D0F. Grayscale: #9E9E9E. Windows color (decimal): -4554000 or 15762106. OLE color: 15762106.

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

Color convert

RGB 186 130 240 -
CMYK 0.22 0.46 0 0.06
HSL 270.55º 0.79% 0.73% -
HSV(B) 270.55º 0.46% 0.94% -
XYZ 43.96 32.7 86.43 -
YUV 159.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 186 130 240 0.22 0.46 0 0.06 270.55 0.79 0.73
Hex BA 82 F0 16 2E 0 6 10F 4F 49
Octal 272 202 360 26 56 0 6 417 117 111
Binary 10111010 10000010 11110000 10110 101110 0 110 100001111 1001111 1001001

Color Harmonies of #BA82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA82F0

Black with #BA82F0

Text Example


Text Example

White with #BA82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA82F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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