Html Css Color HEX #BA83EC Biloba Flower

📋 copy color: '#BA83EC'

red 186 ◦ green 131 ◦ blue 236

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

Shades of Biloba Flower #BA83EC

Tints of Biloba Flower #BA83EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.69%

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

R = 33.63%
G = 23.69%
B = 42.68%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA83EC (or 0xBA83EC) is known color: Biloba Flower. HEX triplet: BA, 83 and EC. RGB value is (186,131,236). Sum of RGB (Red+Green+Blue) = 186+131+236=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83EC is #457C13. Grayscale: #9F9F9F. Windows color (decimal): -4553748 or 15500218. OLE color: 15500218.

HSL color Cylindrical-coordinate representation of color #BA83EC: hue angle of 271.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA83EC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 131 236 -
CMYK 0.21 0.44 0 0.07
HSL 271.43º 0.73% 0.72% -
HSV(B) 271.43º 0.44% 0.93% -
XYZ 43.51 32.73 83.38 -
YUV 159.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 186 131 236 0.21 0.44 0 0.07 271.43 0.73 0.72
Hex BA 83 EC 15 2C 0 7 10F 49 48
Octal 272 203 354 25 54 0 7 417 111 110
Binary 10111010 10000011 11101100 10101 101100 0 111 100001111 1001001 1001000

Color Harmonies of #BA83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA83EC

Black with #BA83EC

Text Example


Text Example

White with #BA83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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