#BA83ED

Color #BA83ED Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BA83ED

Tints of Biloba Flower #BA83ED

Color information

#BA83ED (or 0xBA83ED) is unknown color: approx Biloba Flower. HEX triplet: BA, 83 and ED. RGB value is (186,131,237). Sum of RGB (Red+Green+Blue) = 186+131+237=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83ED is #457C12. Grayscale: #9F9F9F. Windows color (decimal): -4553747 or 15565754. OLE color: 15565754.

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

Color convert

RGB186131237-
CMYK0.220.4500.07
HSL271.13º74.65%72.16%-
HSV(B)271.13º44.73%92.94%-
XYZ43.6532.7984.15-
YUV159.53171.72146.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=33.57%
G=23.65%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861312370.220.4500.07271.1374.6572.16
HexBA83ED162D0710f4b48
Octal272203355265507417113110
Binary10111010100000111110110110110101101011110000111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83ED; }

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

 H1.HeaderClassName
 {
   color: #BA83ED;
 }
 .AnyTagClassName
 {
   color: #BA83ED;
 }
</style>
background-color css

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

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

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

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

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

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