Html Css Color HEX #BA81F6 Biloba Flower

📋 copy color: '#BA81F6'

red 186 ◦ green 129 ◦ blue 246

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

Shades of Biloba Flower #BA81F6

Tints of Biloba Flower #BA81F6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.99%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 33.16%
G = 22.99%
B = 43.85%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA81F6 (or 0xBA81F6) is known color: Biloba Flower. HEX triplet: BA, 81 and F6. RGB value is (186,129,246). Sum of RGB (Red+Green+Blue) = 186+129+246=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81F6 is #457E09. Grayscale: #9E9E9E. Windows color (decimal): -4554250 or 16155066. OLE color: 16155066.

HSL color Cylindrical-coordinate representation of color #BA81F6: hue angle of 269.23º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA81F6 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 129 246 -
CMYK 0.24 0.48 0 0.04
HSL 269.23º 0.87% 0.74% -
HSV(B) 269.23º 0.48% 0.96% -
XYZ 44.73 32.79 91.16 -
YUV 159.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 186 129 246 0.24 0.48 0 0.04 269.23 0.87 0.74
Hex BA 81 F6 18 30 0 4 10D 57 4A
Octal 272 201 366 30 60 0 4 415 127 112
Binary 10111010 10000001 11110110 11000 110000 0 100 100001101 1010111 1001010

Color Harmonies of #BA81F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA81F6

Black with #BA81F6

Text Example


Text Example

White with #BA81F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA81F6; }

 p { color: rgb(186,129,246); }

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

background-color css

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

 a { background-color: rgb(186,129,246); }

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

border-color css

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

 span { border-color: rgb(186,129,246); }

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