Html Css Color HEX #BA80ED Biloba Flower

📋 copy color: '#BA80ED'

red 186 ◦ green 128 ◦ blue 237

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

Shades of Biloba Flower #BA80ED

Tints of Biloba Flower #BA80ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 33.76%
G = 23.23%
B = 43.01%

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

#BA80ED (or 0xBA80ED) is known color: Biloba Flower. HEX triplet: BA, 80 and ED. RGB value is (186,128,237). Sum of RGB (Red+Green+Blue) = 186+128+237=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80ED is #457F12. Grayscale: #9D9D9D. Windows color (decimal): -4554515 or 15564986. OLE color: 15564986.

HSL color Cylindrical-coordinate representation of color #BA80ED: hue angle of 271.93º degrees, saturation: 0.75, 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 #BA80ED is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 128 237 -
CMYK 0.22 0.46 0 0.07
HSL 271.93º 0.75% 0.72% -
HSV(B) 271.93º 0.46% 0.93% -
XYZ 43.25 31.99 84.02 -
YUV 157.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 186 128 237 0.22 0.46 0 0.07 271.93 0.75 0.72
Hex BA 80 ED 16 2E 0 7 110 4B 48
Octal 272 200 355 26 56 0 7 420 113 110
Binary 10111010 10000000 11101101 10110 101110 0 111 100010000 1001011 1001000

Color Harmonies of #BA80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80ED

Black with #BA80ED

Text Example


Text Example

White with #BA80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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