Html Css Color HEX #BA7EEF Biloba Flower

📋 copy color: '#BA7EEF'

red 186 ◦ green 126 ◦ blue 239

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

Shades of Biloba Flower #BA7EEF

Tints of Biloba Flower #BA7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.87%

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

R = 33.76%
G = 22.87%
B = 43.38%

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

#BA7EEF (or 0xBA7EEF) is known color: Biloba Flower. HEX triplet: BA, 7E and EF. RGB value is (186,126,239). Sum of RGB (Red+Green+Blue) = 186+126+239=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EEF is #458110. Grayscale: #9C9C9C. Windows color (decimal): -4555025 or 15695546. OLE color: 15695546.

HSL color Cylindrical-coordinate representation of color #BA7EEF: hue angle of 271.86º 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 #BA7EEF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 126 239 -
CMYK 0.22 0.47 0 0.06
HSL 271.86º 0.78% 0.72% -
HSV(B) 271.86º 0.47% 0.94% -
XYZ 43.29 31.59 85.48 -
YUV 156.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 186 126 239 0.22 0.47 0 0.06 271.86 0.78 0.72
Hex BA 7E EF 16 2F 0 6 110 4E 48
Octal 272 176 357 26 57 0 6 420 116 110
Binary 10111010 1111110 11101111 10110 101111 0 110 100010000 1001110 1001000

Color Harmonies of #BA7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EEF

Black with #BA7EEF

Text Example


Text Example

White with #BA7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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