Html Css Color HEX #BA80EC Biloba Flower

📋 copy color: '#BA80EC'

red 186 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #BA80EC

Tints of Biloba Flower #BA80EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 33.82%
G = 23.27%
B = 42.91%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA80EC (or 0xBA80EC) is known color: Biloba Flower. HEX triplet: BA, 80 and EC. RGB value is (186,128,236). Sum of RGB (Red+Green+Blue) = 186+128+236=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80EC is #457F13. Grayscale: #9D9D9D. Windows color (decimal): -4554516 or 15499450. OLE color: 15499450.

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

Color convert

RGB 186 128 236 -
CMYK 0.21 0.46 0 0.07
HSL 272.22º 0.74% 0.71% -
HSV(B) 272.22º 0.46% 0.93% -
XYZ 43.11 31.93 83.25 -
YUV 157.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 186 128 236 0.21 0.46 0 0.07 272.22 0.74 0.71
Hex BA 80 EC 15 2E 0 7 110 4A 47
Octal 272 200 354 25 56 0 7 420 112 107
Binary 10111010 10000000 11101100 10101 101110 0 111 100010000 1001010 1000111

Color Harmonies of #BA80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80EC

Black with #BA80EC

Text Example


Text Example

White with #BA80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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