Html Css Color HEX #BA80EB Biloba Flower

📋 copy color: '#BA80EB'

red 186 ◦ green 128 ◦ blue 235

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

Shades of Biloba Flower #BA80EB

Tints of Biloba Flower #BA80EB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.32%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 33.88%
G = 23.32%
B = 42.81%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA80EB (or 0xBA80EB) is known color: Biloba Flower. HEX triplet: BA, 80 and EB. RGB value is (186,128,235). Sum of RGB (Red+Green+Blue) = 186+128+235=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA80EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80EB is #457F14. Grayscale: #9D9D9D. Windows color (decimal): -4554517 or 15433914. OLE color: 15433914.

HSL color Cylindrical-coordinate representation of color #BA80EB: hue angle of 272.52º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA80EB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 128 235 -
CMYK 0.21 0.46 0 0.08
HSL 272.52º 0.73% 0.71% -
HSV(B) 272.52º 0.46% 0.92% -
XYZ 42.96 31.88 82.49 -
YUV 157.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 186 128 235 0.21 0.46 0 0.08 272.52 0.73 0.71
Hex BA 80 EB 15 2E 0 8 111 49 47
Octal 272 200 353 25 56 0 10 421 111 107
Binary 10111010 10000000 11101011 10101 101110 0 1000 100010001 1001001 1000111

Color Harmonies of #BA80EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80EB

Black with #BA80EB

Text Example


Text Example

White with #BA80EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80EB; }

 p { color: rgb(186,128,235); }

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

background-color css

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

 a { background-color: rgb(186,128,235); }

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

border-color css

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

 span { border-color: rgb(186,128,235); }

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