Html Css Color HEX #BA80F2 Biloba Flower

📋 copy color: '#BA80F2'

red 186 ◦ green 128 ◦ blue 242

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

Shades of Biloba Flower #BA80F2

Tints of Biloba Flower #BA80F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 33.45%
G = 23.02%
B = 43.53%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA80F2 (or 0xBA80F2) is known color: Biloba Flower. HEX triplet: BA, 80 and F2. RGB value is (186,128,242). Sum of RGB (Red+Green+Blue) = 186+128+242=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80F2 is #457F0D. Grayscale: #9D9D9D. Windows color (decimal): -4554510 or 15892666. OLE color: 15892666.

HSL color Cylindrical-coordinate representation of color #BA80F2: hue angle of 270.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA80F2 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 128 242 -
CMYK 0.23 0.47 0 0.05
HSL 270.53º 0.81% 0.73% -
HSV(B) 270.53º 0.47% 0.95% -
XYZ 44 32.29 87.92 -
YUV 158.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 186 128 242 0.23 0.47 0 0.05 270.53 0.81 0.73
Hex BA 80 F2 17 2F 0 5 10F 51 49
Octal 272 200 362 27 57 0 5 417 121 111
Binary 10111010 10000000 11110010 10111 101111 0 101 100001111 1010001 1001001

Color Harmonies of #BA80F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA80F2

Black with #BA80F2

Text Example


Text Example

White with #BA80F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA80F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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