Html Css Color HEX #BA7FEC Biloba Flower

📋 copy color: '#BA7FEC'

red 186 ◦ green 127 ◦ blue 236

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

Shades of Biloba Flower #BA7FEC

Tints of Biloba Flower #BA7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

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

R = 33.88%
G = 23.13%
B = 42.99%

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

#BA7FEC (or 0xBA7FEC) is known color: Biloba Flower. HEX triplet: BA, 7F and EC. RGB value is (186,127,236). Sum of RGB (Red+Green+Blue) = 186+127+236=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FEC is #458013. Grayscale: #9C9C9C. Windows color (decimal): -4554772 or 15499194. OLE color: 15499194.

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

Color convert

RGB 186 127 236 -
CMYK 0.21 0.46 0 0.07
HSL 272.48º 0.74% 0.71% -
HSV(B) 272.48º 0.46% 0.93% -
XYZ 42.98 31.67 83.21 -
YUV 157.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 186 127 236 0.21 0.46 0 0.07 272.48 0.74 0.71
Hex BA 7F EC 15 2E 0 7 110 4A 47
Octal 272 177 354 25 56 0 7 420 112 107
Binary 10111010 1111111 11101100 10101 101110 0 111 100010000 1001010 1000111

Color Harmonies of #BA7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FEC

Black with #BA7FEC

Text Example


Text Example

White with #BA7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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