Html Css Color HEX #BA7EEE Biloba Flower

📋 copy color: '#BA7EEE'

red 186 ◦ green 126 ◦ blue 238

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

Shades of Biloba Flower #BA7EEE

Tints of Biloba Flower #BA7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 33.82%
G = 22.91%
B = 43.27%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7EEE (or 0xBA7EEE) is known color: Biloba Flower. HEX triplet: BA, 7E and EE. RGB value is (186,126,238). Sum of RGB (Red+Green+Blue) = 186+126+238=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EEE is #458111. Grayscale: #9C9C9C. Windows color (decimal): -4555026 or 15630010. OLE color: 15630010.

HSL color Cylindrical-coordinate representation of color #BA7EEE: hue angle of 272.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7EEE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 126 238 -
CMYK 0.22 0.47 0 0.07
HSL 272.14º 0.77% 0.71% -
HSV(B) 272.14º 0.47% 0.93% -
XYZ 43.14 31.53 84.7 -
YUV 156.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 186 126 238 0.22 0.47 0 0.07 272.14 0.77 0.71
Hex BA 7E EE 16 2F 0 7 110 4D 47
Octal 272 176 356 26 57 0 7 420 115 107
Binary 10111010 1111110 11101110 10110 101111 0 111 100010000 1001101 1000111

Color Harmonies of #BA7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EEE

Black with #BA7EEE

Text Example


Text Example

White with #BA7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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