Html Css Color HEX #BA80EE Biloba Flower

📋 copy color: '#BA80EE'

red 186 ◦ green 128 ◦ blue 238

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

Shades of Biloba Flower #BA80EE

Tints of Biloba Flower #BA80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 33.7%
G = 23.19%
B = 43.12%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA80EE (or 0xBA80EE) is known color: Biloba Flower. HEX triplet: BA, 80 and EE. RGB value is (186,128,238). Sum of RGB (Red+Green+Blue) = 186+128+238=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80EE is #457F11. Grayscale: #9D9D9D. Windows color (decimal): -4554514 or 15630522. OLE color: 15630522.

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

Color convert

RGB 186 128 238 -
CMYK 0.22 0.46 0 0.07
HSL 271.64º 0.76% 0.72% -
HSV(B) 271.64º 0.46% 0.93% -
XYZ 43.4 32.05 84.79 -
YUV 157.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 186 128 238 0.22 0.46 0 0.07 271.64 0.76 0.72
Hex BA 80 EE 16 2E 0 7 110 4C 48
Octal 272 200 356 26 56 0 7 420 114 110
Binary 10111010 10000000 11101110 10110 101110 0 111 100010000 1001100 1001000

Color Harmonies of #BA80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80EE

Black with #BA80EE

Text Example


Text Example

White with #BA80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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