Html Css Color HEX #BA7FEF Biloba Flower

📋 copy color: '#BA7FEF'

red 186 ◦ green 127 ◦ blue 239

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

Shades of Biloba Flower #BA7FEF

Tints of Biloba Flower #BA7FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 33.7%
G = 23.01%
B = 43.3%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA7FEF (or 0xBA7FEF) is known color: Biloba Flower. HEX triplet: BA, 7F and EF. RGB value is (186,127,239). Sum of RGB (Red+Green+Blue) = 186+127+239=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA7FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FEF is #458010. Grayscale: #9D9D9D. Windows color (decimal): -4554769 or 15695802. OLE color: 15695802.

HSL color Cylindrical-coordinate representation of color #BA7FEF: hue angle of 271.61º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7FEF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 127 239 -
CMYK 0.22 0.47 0 0.06
HSL 271.61º 0.78% 0.72% -
HSV(B) 271.61º 0.47% 0.94% -
XYZ 43.42 31.85 85.52 -
YUV 157.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 186 127 239 0.22 0.47 0 0.06 271.61 0.78 0.72
Hex BA 7F EF 16 2F 0 6 110 4E 48
Octal 272 177 357 26 57 0 6 420 116 110
Binary 10111010 1111111 11101111 10110 101111 0 110 100010000 1001110 1001000

Color Harmonies of #BA7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7FEF

Black with #BA7FEF

Text Example


Text Example

White with #BA7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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