Html Css Color HEX #BA7EED Biloba Flower

📋 copy color: '#BA7EED'

red 186 ◦ green 126 ◦ blue 237

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

Shades of Biloba Flower #BA7EED

Tints of Biloba Flower #BA7EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 33.88%
G = 22.95%
B = 43.17%

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

#BA7EED (or 0xBA7EED) is known color: Biloba Flower. HEX triplet: BA, 7E and ED. RGB value is (186,126,237). Sum of RGB (Red+Green+Blue) = 186+126+237=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EED is #458112. Grayscale: #9C9C9C. Windows color (decimal): -4555027 or 15564474. OLE color: 15564474.

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

Color convert

RGB 186 126 237 -
CMYK 0.22 0.47 0 0.07
HSL 272.43º 0.76% 0.71% -
HSV(B) 272.43º 0.47% 0.93% -
XYZ 43 31.48 83.93 -
YUV 156.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 186 126 237 0.22 0.47 0 0.07 272.43 0.76 0.71
Hex BA 7E ED 16 2F 0 7 110 4C 47
Octal 272 176 355 26 57 0 7 420 114 107
Binary 10111010 1111110 11101101 10110 101111 0 111 100010000 1001100 1000111

Color Harmonies of #BA7EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EED

Black with #BA7EED

Text Example


Text Example

White with #BA7EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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